Skip to content

Lightweight DBMS for high workloads with latency prediction and durability

License

Notifications You must be signed in to change notification settings

Velintra/Centric

Repository files navigation

Centric

Centric is a lightweight, high performance, memory safe database management system designed for high workloads. It prioritizes predictable latency, durability, and secure by default operation while keeping resource usage minimal.

Key goals:

  • Fast and consistent operations with durable writes
  • Minimal footprint with memory-safe implementation
  • Simple text protocol and CLI for immediate use
  • Clear upgrade path to advanced indexing and SQL

Quick start:

  • Build the workspace
  • Run the server
  • Use the CLI to interact
  • Optional: run the REST API server

See docs/GETTING_STARTED.md and docs/DESIGN.md for details.

About

Lightweight DBMS for high workloads with latency prediction and durability

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages