1
Install CyborgDB
Install CyborgDB on your machine:
You will need to replace
<token> with your token provided by Cyborg.2
Create a Client
Create a CyborgDB client:For more info, refer to Create a Client.
Without an API key the client runs in free-tier mode, capped at 1,000,000 items per index. Pass a key from the CyborgDB Admin Dashboard as the first argument (
cyborgdb.Client(api_key, storage_config=...)) for unlimited usage. See Get an API Key.3
Create an Encrypted Index
4
Add Items to Encrypted Index
5
Query Encrypted Index
6
Retrieve Items from Encrypted Index
7
Next Steps
Learn more about CyborgDB:
Python API Reference
Explore the Python API reference to learn how to use CyborgDB in your applications.
C++ API Reference
Explore the C++ API reference to learn how to use CyborgDB in your applications.