CyborgDB’s embedded library is offered as two packages:
cyborgdb_core
and cyborgdb_lite
. This guide shows how to get started with either. For more details on the difference between both packages, read more here.1
Get an API Key
To use CyborgDB, you need an API key. You can get an API key from the CyborgDB Admin Dashboard. For more info, follow this guide.Make sure to keep your API key secure and do not share it publicly.
2
Install CyborgDB
Install CyborgDB on your machine:
You will need to replace
<token>
with your token provided by Cyborg.3
Create a Client
4
Create an Encrypted Index
5
Add Items to Encrypted Index
6
Query Encrypted Index
7
Retrieve Items from Encrypted Index