Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 518 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 518 Bytes

StratoAPI Core

A generic data storage API with multiple entrypoints (REST, GraphQL, WS, GRPC, etc), and supports multiple backends (Flatfile, SQLite, SQL, NoSQL, etc).

Competitors

There are various competitors in this field, where each of them provide various benefits. Here are ours:

  • Completely FOSS without any locked features
  • Self-hosted, which means compliance with local data storage regulations
  • Modular with support for various storage types and usage scenarios
  • Stateless design for scalability