CFCouchbase SDK
  • Introduction
  • What's New With 2.2.0
  • What's New With 2.0.0
  • About This Book
  • Authors
  • Overview
  • Installation
    • ColdBox Module
    • Traditional Apps
  • Configuration
    • Settings
    • Structure
    • Summary
  • Usage
    • Storing Documents
    • Storage Durability
    • Retrieving Documents
    • Data Serialization
    • Components
      • Auto Inflation
      • Manual Inflation
      • Custom Serialization
      • Binary
    • Custom Transformers
    • Executing Queries
      • View Queries
      • n1ql Queries
      • Query Options
      • Filter Closures
      • Transform Closures
      • Return Types
    • Managing Views
    • Working With Futures
  • Help & Support
Powered by GitBook
On this page
  • Couchbase SDK Version
  • Capabilities

Was this helpful?

Edit on GitHub
Export as PDF

Overview

PreviousAuthorsNextInstallation

Last updated 7 years ago

Was this helpful?

The CFCouchbase SDK is a CFML library for interacting with . It can be used by any CFML application or CFML framework to provide them with NoSQL, distributed caching, dynamic queries and many more capabilities. The CFCouchbase SDK wraps the Couchbase Java SDK and enhances it to provide with a nice dynamic language syntax and usability.

Couchbase SDK Version

The Couchbase SDK Version used is 2.2.6

Capabilities

  • Lightweight, standalone library can be used with any CFML application or CFML framework

  • High performance

  • Asynchronous calls

  • Auto-sharding of documents evenly across cluster

  • 24/7 uptime via on-the-fly node removal and rebalance operations

  • Easily configurable

  • Fully-featured API includes view management and execution

  • Built on the official Java SDK, but customized to take advantage of CFML

  • Optimistic concurrency control (Documents are not locked by default for maximum throughput)

  • Conflict management via Compare And Swap (CAS) mechanism

  • Full cluster and document stats available

  • Provides direct access to underlying Java SDK for advanced usage

  • Ability to create as many Couchbase clients as necessary

Couchbase NoSQL Server