Skip to Content
🎉 NoSQL v1.0 is now live!
NoSQL

NoSQL

Welcome to NoSQL - the global edge-native database platform with AI-first features.

What is NoSQL?

NoSQL is a next-generation database platform that combines:

  • Document Storage: MongoDB-compatible document operations
  • Vector Database: AI/ML-powered similarity search with sub-10ms latency
  • Time Series: High-frequency time series data ingestion (1M+ points/second)
  • SQL Operations: Traditional relational database operations

All running at the edge for global sub-10ms performance.

Key Features

  • 🚀 Edge-Native: Deployed on Cloudflare’s global network
  • 🤖 AI-First: Built-in vector embeddings and similarity search
  • Sub-10ms Latency: Global p99 latency under 10ms
  • 🔄 Multi-Paradigm: Document, Vector, Time Series, and SQL in one platform
  • 🌍 Global Distribution: Automatic replication across 300+ cities
  • 📦 Fully Managed: No infrastructure to manage

Quick Start

Get started with NoSQL in minutes:

npm install @nosql/sdk
import { NoSQLClient } from '@nosql/sdk' const client = new NoSQLClient({ apiKey: 'your-api-key', endpoint: 'https://nosql-db-prod.finhub.workers.dev' }) // Insert a document await client.documents.insertOne('mydb', 'users', { name: 'John Doe', email: 'john@example.com' }) // Vector search const results = await client.vectors.search('mydb', 'embeddings', { vector: [0.1, 0.2, ...], topK: 10 })

Live Endpoints

Documentation Sections

Explore our comprehensive documentation:

Community & Support

  • GitHub: FinHub-vc/NoSQL 
  • Issues: Report bugs and request features
  • Discussions: Join the community conversation

Ready to build with NoSQL? Start with our Getting Started Guide.

Last updated on