store and link JSON documents
Go to file
Benjamin Dauvergne a3bda805cc nanterre: ignore invalid dates during free text search (#45320) 2020-09-18 12:08:59 +02:00
debian debian: enable ATOMIC_REQUESTS database flag (#45007) 2020-07-10 10:37:12 +02:00
fixtures initialization of project zoo 2017-02-17 11:18:28 +01:00
tests nanterre: ignore invalid dates during free text search (#45320) 2020-09-18 12:08:59 +02:00
zoo nanterre: ignore invalid dates during free text search (#45320) 2020-09-18 12:08:59 +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 python3: update tox to check against both python versions (#40911) 2020-03-27 08:36:35 +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 setup.py: fix compile_translations 2020-08-18 10:22:20 +02:00
tox.ini tox: stop testing against python 2 2020-09-09 08:33:31 +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/