Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Kinto/kinto
A generic JSON document store with sharing and synchronisation capabilities.
https://github.com/Kinto/kinto
api decentralisation http storage web
Last synced: 4 days ago
JSON representation
A generic JSON document store with sharing and synchronisation capabilities.
- Host: GitHub
- URL: https://github.com/Kinto/kinto
- Owner: Kinto
- License: other
- Created: 2015-02-25T13:34:23.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T12:29:16.000Z (6 days ago)
- Last Synced: 2024-10-28T14:14:39.069Z (6 days ago)
- Topics: api, decentralisation, http, storage, web
- Language: Python
- Homepage: http://docs.kinto-storage.org/
- Size: 29.9 MB
- Stars: 4,328
- Watchers: 89
- Forks: 421
- Open Issues: 111
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Support: SUPPORT.md
Awesome Lists containing this project
- awesome-python-applications - Repo - storage.org/), [Docs](http://docs.kinto-storage.org/)) A generic JSON document store with sharing and synchronisation capabilities, supporting in-memory and PostgreSQL backends. `(server)` (<a id="tag-dev" href="#tag-dev">Dev</a> / <a id="tag-dev.storage" href="#tag-dev.storage">Storage</a>)
- awesome-repositories - Kinto/kinto - A generic JSON document store with sharing and synchronisation capabilities. (Python)
- awesome-json - Kinto - A lightweight JSON storage service with synchronisation and sharing abilities. (Databases)
- awesome-starred - Kinto/kinto - A generic JSON document store with sharing and synchronisation capabilities. (http)
- awesome-for-beginners - Kinto - pick)_ <br> A lightweight JSON storage service with synchronisation and sharing abilities. (Python)
- awesome-python-applications - Repo - storage.org/), [Docs](http://docs.kinto-storage.org/)) A generic JSON document store with sharing and synchronisation capabilities, supporting in-memory and PostgreSQL backends. `(server)` (<a id="tag-dev" href="#tag-dev">Dev</a> / <a id="tag-dev.storage" href="#tag-dev.storage">Storage</a>)
- starred-awesome - kinto - A generic JSON document store with sharing and synchronisation capabilities. (Python)
- fucking-awesome-for-beginners - Kinto - pick)_ <br> A lightweight JSON storage service with synchronisation and sharing abilities. (Python)
- awesome-homelab - Kinto
README
Kinto
=====|coc| |gitter| |readthedocs| |pypi| |ci| |main-coverage|
.. |coc| image:: https://img.shields.io/badge/%E2%9D%A4-code%20of%20conduct-blue.svg
:target: https://github.com/Kinto/kinto/blob/main/.github/CODE_OF_CONDUCT.md
:alt: Code of conduct.. |gitter| image:: https://badges.gitter.im/Kinto/kinto.svg
:target: https://gitter.im/Kinto/kinto.. |ci| image:: https://github.com/Kinto/kinto/actions/workflows/test.yml/badge.svg
:target: https://github.com/Kinto/kinto/actions.. |readthedocs| image:: https://readthedocs.org/projects/kinto/badge/?version=latest
:target: https://kinto.readthedocs.io/en/latest/
:alt: Documentation Status.. |main-coverage| image::
https://coveralls.io/repos/Kinto/kinto/badge.svg?branch=main
:alt: Coverage
:target: https://coveralls.io/r/Kinto/kinto.. |pypi| image:: https://img.shields.io/pypi/v/kinto.svg
:target: https://pypi.python.org/pypi/kintoKinto is a minimalist JSON storage service with synchronisation and sharing abilities.
* `Online documentation `_
* `Tutorial `_
* `Issue tracker `_
* `Contributing `_
* `Try our daily flushed instance at: https://demo.kinto-storage.org/v1/ `_
* `Docker Hub `_Requirements
------------* **Python**: 3.8+
* **Backends**: In-memory (development), PostgreSQL 9.5+ (production)