store and link JSON documents
Go to file
Benjamin Dauvergne 0440e461be
gitea/zoo/pipeline/head There was a failure building this commit Details
dj32: adapts lookups/transforms (#74843)
* remove django <2.x compatibility code
* use Lower transform/function from Django
* register Lower on CharField
* register text lookup transforms on non contrib JSONField
* declare text transform as outputting CharField type
* fix declaration of timestamp lookup output type
2023-02-25 14:35:33 +01:00
debian debian: update rules for compat level 12 2022-08-05 22:37:57 +02:00
fixtures initialization of project zoo 2017-02-17 11:18:28 +01:00
tests dj32: remove use of force_bytes (#74843) 2023-02-25 14:35:33 +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 Prepare Jenkinsfile for Gitea migration (#74572) 2023-02-20 15:18:12 +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 dj32: remove use of six (#74843) 2023-02-25 14:35:32 +01:00
tox.ini dj32: update django-rest-framework requirement (#74843) 2023-02-25 14:34:26 +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/