store and link JSON documents
Go to file
Frédéric Péters d80291c438 trivial: remove python 2 from classifiers 2022-02-02 08:09:22 +01:00
debian debian: enable uwsgi memory reports (#54610) 2021-06-07 13:35:55 +02:00
fixtures initialization of project zoo 2017-02-17 11:18:28 +01:00
tests tests: do not crash on non-deterministic tests (#57725) 2021-10-13 09:10:54 +00:00
zoo dj22: use mark_safe instead of allow_tags in admin (#57108) 2021-09-20 18:51:19 +02:00
.gitignore misc: add .gitignore (#40911) 2020-03-27 08:36:35 +01:00
COPYING initialization of project zoo 2017-02-17 11:18:28 +01:00
Jenkinsfile build: update to use origin/main 2020-12-26 15:21:16 +01:00
MANIFEST.in MANIFEST.in: add locales, static and templates 2020-03-20 17:30:29 +01:00
Makefile nanterre: ajout d'un mode simulé et d'un rapport à la commande d'import 2017-07-27 13:02:19 +02:00
README initialization of project zoo 2017-02-17 11:18:28 +01:00
manage.py initialization of project zoo 2017-02-17 11:18:28 +01:00
setup.py trivial: remove python 2 from classifiers 2022-02-02 08:09:22 +01:00
tox.ini tox: limit psycopg2 to < 2.9 (#54925) 2021-06-17 08:50:04 +02:00

README

Zoo
===

Zoo is a simple data management system. You can store JSON documents and set
relations between. Acceptable documents are defined using JSON schema [1]_. You
can also set relations between documents which can also contain a JSON document
to qualify the relation.

.. [1] http://json-schema.org/