Skip to main content

Lightweight local NoSQL, SQL, and Graph embedded database engine

Project description

☕ Coffy: Local-First Embedded Database Engine for Python

PyPI

Coffy is a lightweight, local-first embedded database engine supporting NoSQL, SQL, and Graph models — all in pure Python. Designed for fast prototyping, scripting, and local apps.


📦 Installation

pip install coffy

preview

🚀 Features

  • ✅ Local persistence (JSON, SQLite)
  • ✅ In-memory mode (:memory: or None)
  • ✅ No server needed
  • ✅ Logical and comparison operators
  • ✅ Unified query interface

🧠 Engines

Engine Description Docs
coffy.graph Local graph database (NetworkX-based) Graph Docs
coffy.nosql Document store with chainable queries NoSQL Docs
coffy.sql Thin SQLite wrapper SQL Docs

What sets Coffy apart?

Only embedded Python graph DB with:

  • ✅ Declarative traversal syntax (match_node_path(...))
  • ✅ Label/type filtering, limit/offset, result projection
  • ✅ Unified API for both nodes and relationships

Only pure-Python embedded document store with:

  • ✅ Auto-indexing on all top-level fields
  • ✅ Chainable logical queries (.where(...).eq(...).or_().in_())
  • ✅ Merge/lookups across collections (like mini $lookup)
  • ✅ JSON persistence or in-memory fallback

🔗 Links


⚖️ License

MIT License © 2025 Neel Sarathy

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

coffy-0.2.0.tar.gz (88.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

coffy-0.2.0-py3-none-any.whl (94.2 kB view details)

Uploaded Python 3

File details

Details for the file coffy-0.2.0.tar.gz.

File metadata

  • Download URL: coffy-0.2.0.tar.gz
  • Upload date:
  • Size: 88.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for coffy-0.2.0.tar.gz
Algorithm Hash digest
SHA256 590a99dfd1ced4f511f0d4237f546c57b3d04f1953a97bc3d68df35e922823aa
MD5 6765cb006e10c60634252c5bd814e986
BLAKE2b-256 e272b54f511428ba8bd578c06791d7aa1d73a390c1dde9d6d681e8b29828aaca

See more details on using hashes here.

File details

Details for the file coffy-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: coffy-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 94.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for coffy-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3882ee3dfa7a71f4424f50e1eb19f33f11cd9764007286f4941d73680bb7a440
MD5 f3eae1ccfd79ed5cdffbd1941aa9d324
BLAKE2b-256 96d2c249948c9a4f13c0b05140d22c48867e6307ad8c1884d1ed44d6a5b43d34

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page