store and link JSON documents
Go to file
Thomas NOËL c0358f241f
gitea/zoo/pipeline/head This commit looks good Details
debian: remove memory-report from uwsgi default configuration (#79890)
2023-07-20 18:00:42 +02:00
debian debian: remove memory-report from uwsgi default configuration (#79890) 2023-07-20 18:00:42 +02:00
fixtures initialization of project zoo 2017-02-17 11:18:28 +01:00
tests Jenkinsfile: use pg_virtualenv to isolate the postgres database (#74887) 2023-02-27 11:55:19 +01:00
zoo dj32: adapts lookups/transforms (#74843) 2023-02-25 14:35:33 +01: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 ci: build deb package for bookworm (#78968) 2023-06-23 17:58:57 +02: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 dj32: remove use of six (#74843) 2023-02-25 14:35:32 +01:00
tox.ini tox: remove django 2.2 (dj22) target 2023-03-23 11:19:03 +01: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/