Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Author: k A

    This author has written 777 articles
    1. Home>
    2. k A>
    3. Page 69

    Cassandra – Referenced Api

    • Post author:k A
    • Post published:August 13, 2021
    • Post category:Cassandra
    • Post comments:0 Comments

    This chapter covers all the important classes in Cassandra. Cluster This class is the main entry point of the driver. It belongs to com.datastax.driver.core package. Methods S. No.Methods and Description1Session connect()It creates…

    Continue ReadingCassandra – Referenced Api

    Cassandra – Installation

    • Post author:k A
    • Post published:August 13, 2021
    • Post category:Cassandra
    • Post comments:0 Comments

    Cassandra can be accessed using cqlsh as well as drivers of different languages. This chapter explains how to set up both cqlsh and java environments to work with Cassandra. Pre-Installation…

    Continue ReadingCassandra – Installation

    Cassandra – Data Model

    • Post author:k A
    • Post published:August 13, 2021
    • Post category:Cassandra
    • Post comments:0 Comments

    The data model of Cassandra is significantly different from what we normally see in an RDBMS. This chapter provides an overview of how Cassandra stores its data. Cluster Cassandra database…

    Continue ReadingCassandra – Data Model

    Cassandra – Architecture

    • Post author:k A
    • Post published:August 13, 2021
    • Post category:Cassandra
    • Post comments:0 Comments

    The design goal of Cassandra is to handle big data workloads across multiple nodes without any single point of failure. Cassandra has peer-to-peer distributed system across its nodes, and data…

    Continue ReadingCassandra – Architecture

    Cassandra – Introduction

    • Post author:k A
    • Post published:August 13, 2021
    • Post category:Cassandra
    • Post comments:0 Comments

    Cassandra is a distributed database from Apache that is highly scalable and designed to manage very large amounts of structured data. It provides high availability with no single point of…

    Continue ReadingCassandra – Introduction

    CouchDB – Attaching Files

    • Post author:k A
    • Post published:August 13, 2021
    • Post category:CouchDB
    • Post comments:7 Comments

    Attaching Files using cURL You can attach files to CouchDB just like email. The file contains metadata like name and includes its MIME type, and the number of bytes the…

    Continue ReadingCouchDB – Attaching Files

    CouchDB – Deleting a Document

    • Post author:k A
    • Post published:August 13, 2021
    • Post category:CouchDB
    • Post comments:0 Comments

    Deleting a Document using cURL Utility You can delete a document in CouchDB by sending an HTTP request to the server using DELETE method through cURL utility. Following is the…

    Continue ReadingCouchDB – Deleting a Document

    CouchDB – Updating a Document

    • Post author:k A
    • Post published:August 13, 2021
    • Post category:CouchDB
    • Post comments:0 Comments

    Updating Documents using cURL You can update a document in CouchDB by sending an HTTP request to the server using PUT method through cURL utility. Following is the syntax to…

    Continue ReadingCouchDB – Updating a Document

    CouchDB – Creating a Document

    • Post author:k A
    • Post published:August 13, 2021
    • Post category:CouchDB
    • Post comments:0 Comments

    Documents are CouchDB’s central data structure. Contents of the database will be stored in the form of Documents instead of tables. You can create these documents using cURL utility provided…

    Continue ReadingCouchDB – Creating a Document

    CouchDB – Deleting a Database

    • Post author:k A
    • Post published:August 13, 2021
    • Post category:CouchDB
    • Post comments:0 Comments

    Deleting a Database using cURL Utility You can delete a database in CouchDB by sending a request to the server using DELETE method through cURL utility. Following is the syntax…

    Continue ReadingCouchDB – Deleting a Database
    • Go to the previous page
    • 1
    • …
    • 66
    • 67
    • 68
    • 69
    • 70
    • 71
    • 72
    • …
    • 78
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP