Kinto is a minimalist JSON storage service for applications that need a simple, self-hostable backend for storing structured data.
It exposes an HTTP API in front of a database and is designed for projects that need remote data storage, permissions, synchronisation across devices, and collaboration features without building a custom backend from scratch.
This is free and open source software.
Key Features
- Stores data as JSON records organised into buckets and collections.
- Offers fine-grained permissions on buckets, groups, collections, and individual records.
- Supports optional JSON Schema validation for collections.
- Provides change tracking through revision numbers to help clients retrieve updates since a previous synchronisation.
- Works with an in-memory backend for development and PostgreSQL for production deployments.
- Can be configured using an INI file or environment variables.
- Includes pluggable authentication, storage, cache, and permission backends.
- Supports a plugin ecosystem for features such as history tracking, file attachments, and monitoring.
Website: github.com/Kinto/kinto
Support:
Developer: Mozilla Services
License: Apache License 2.0
Kinto is written in Python. Learn Python with our recommended free books and free tutorials.
Related Software
| Document-Oriented Databases | |
|---|---|
| SurrealDB | Scalable, distributed, collaborative, document-graph database |
| Couchbase | Distributed key-value database management system |
| CouchDB | Scalable, fault-tolerant, and schema-free written in Erlang |
| ArangoDB | Native multi-model database |
| eXist-db | Database management system entirely built on XML technology |
| RethinkDB | Scalable database built for realtime applications |
| BaseX | XML database engine |
| OrientDB | Document Database supporting ACID Transactions, SQL and Native Queries |
| Aerospike | Key-Value Store and high performance real-time NoSQL (flex-schema) database |
| RavenDB | Fully-transactional NoSQL ACID database |
| FerretDB | Database proxy that offers an open-source alternative to MongoDB |
| DocumentDB | MongoDB-compatible document database engine |
| Jackrabbit | Open-source content repository for Java |
| TerminusDB | Knowledge graph and document store |
| Kinto | Minimalist JSON storage service |
| CrateDB | Distributed SQL database management |
Read our verdict in the software roundup.
Explore our carefully curated directory of recommended free and open source software, covering every major software category.The directory forms part of our extensive collection of articles for Linux enthusiasts. It includes hundreds of detailed reviews, together with free and open source alternatives to proprietary software from companies such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. LinuxLinks also covers interesting projects worth exploring, Linux-compatible hardware, free programming books and tutorials, and much more. Know a useful free and open source Linux application that we haven’t covered? Tell us about it using our submission form. |


Please read our Comment Policy before commenting.