Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Couchbase itegration for bi-service based apps

License

Notifications You must be signed in to change notification settings

BohemiaInteractive/bi-service-couchbase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

const config           = require('bi-config');
const CouchbaseODM     = require('kouchbase-odm');
const CouchbaseCluster = require('bi-service-couchbase');

var cluster = new CouchbaseCluster(config.get('storage:couchbase'));

var odm = new CouchbaseODM({
    bucket: cluster.openBucketSync('default'),
});

About

Couchbase itegration for bi-service based apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published