Developer Documentation

Complete guide to connect, read, and write data to your self-hosted database.

Sections

Getting Started

PulseSocketDB resolves database namespaces dynamically. You do not need to pre-create or structure schemas. Simply send a request to a collection name, and the database engine automatically structures the keys in memory.

1. Obtain API Credentials

Log in to your PulseSocketDB Console, navigate to "Projects", and click "Create Project". You will be provided with three separate API Keys:

  • Development Key (`pk_dev_...`): Locks writes and reads to your local development sandbox.
  • Staging Key (`pk_staging_...`): Used for QA/testing deployments on remote or VPS instances.
  • Production Key (`pk_prod_...`): Saves persistent customer data to your production VPS Redis.