Couchbase alternatives and similar packages
Based on the "Database Drivers" category.
Alternatively, view Couchbase alternatives based on common mentions on social networks and blogs.
-
RethinkDb.Driver
:headphones: A NoSQL C#/.NET RethinkDB database driver with 100% ReQL API coverage. -
FluentStorage
A polycloud .NET cloud storage abstraction layer. Provides Blob storage (AWS S3, GCP, FTP, SFTP, Azure Blob/File/Event Hub/Data Lake) and Messaging (AWS SQS, Azure Queue/ServiceBus). Supports .NET 5+ and .NET Standard 2.0+. Pure C#. -
Firebird.NET
The .NET Data provider is written in C# and provides a high-performance, native implementation of the Firebird API
SaaSHub - Software Alternatives and Reviews
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Couchbase or a related project?
README
The Official Couchbase .NET SDK
Chat with us on Discord | Couchbase Forums
- master is 3.0 development branch
- release27 is 2.7.X development branch
- release13 is 1.3.X development branch
Getting Started
To get up and running with the SDK, please visit the online documentation.
Running Tests
We maintain a collection of both unit and integration test projects.
Unit Tests
Couchbase.UnitTests contains environment independent tests and do not require a local cluster to run.
Running the Integration Tests
Couchbase.IntegrationTests contains tests that are run against a real Couchbase Server and has different requirements depending on what server version you are running them against:
Couchbase Server 4.0+
- The "beer-sample" and "travel-sample" sample buckets installed. They can be installed by logging into the Couchbase Console and then Settings->Sample Buckets.
- Create the following buckets:
- "default" - a Couchbase bucket with no password
- "authenticated" - a Couchbase bucket with a password of "secret"
- "memcached" - a Memcached bucket with no password
- Install an SSL certificate (copied from the Couchbase console Security->Root Certificate)
- A default primary index configured on the following buckets:
default
,authenticated
,beer-sample
andtravel-sample
(eg create primary index on `default`) - Add an FTS index to the
travel-sample
bucket calledidx-travel
- Update config.json with the hostname of your Couchbase Server IP and set enhancedAuth to
false
- Update app.config's hostname and basic Couchbase client section with the Couchbase Server IP
Couchbase Server 5.0+ - In addition to the steps above:
- "ephemeral" - an Ephemeral bucket
- Update config.json enhancedAuth to
true
- A user called
authenticated
with a password ofsecret
NOTE: Couchbase Server 5.0+ uses Role-Based Access Control (RBAC) for authentication. This supersedes configuring bucket passwords with discrete users with their own passwords and offers much more granular control.
Pull Requests and Submissions
Being an Open Source project, the Couchbase SDK depends upon feedback and submissions from the community. If you feel as if you want to submit a bug fix or a feature, please post a Pull Request. The Pull Request will go through a formal code review process and merged after being +2'd by a Couchbase Engineer. In order to accept a submission, Couchbase requires that all contributors sign the Contributor License Agreement (CLA). You can do this by creating an account in Gerrit, our official Code Review system. After you have created your account, login and check the CLA checkbox.
Once the CLA is signed, a Couchbase engineer will push the pull request to Gerrit and one or more Couchbase engineers will review the submission. If it looks good they will then +2 the changeset and merge it with master. In addition, if the submission needs more work, you will need to amend the Changeset with another Patchset. Note that is strongly encouraged to submit a Unit Test with each submission and also include a description of the submission, what changed and what the result is.
*Note that all licence references and agreements mentioned in the Couchbase README section above
are relevant to that project's source code only.