The CyborgDB JavaScript and TypeScript SDK allows you to securely interact with encrypted indexes from both Node.js and browser environments. It supports all core operations including index creation, data insertion, and encrypted querying.The package is available on npm.
Before using the CyborgDB JavaScript/TypeScript SDK, you need to have the CyborgDB service running:
Copy
Ask AI
# Install the CyborgDB servicepip install cyborgdb-service# Or pull the Docker imagedocker pull cyborginc/cyborgdb-service# Start the servicecyborgdb-service# Or run the Docker containerdocker run -p 8000:8000 cyborginc/cyborgdb-service
For detailed service setup instructions, see our quickstart guides for Docker and Python.