dump-things-service/docs/index.rst
Christian Monch 6d1c44ceff docs: improve introduction
Tell the story of dump-things-service, add
images to illustrate data-flow and work-flow.
2026-07-15 17:39:10 +02:00

37 lines
805 B
ReStructuredText

Dump Things Service Documentation
===================================
.. image:: https://badge.fury.io/py/dump-things-service.svg
:target: https://pypi.python.org/pypi/dump-things-service/
:alt: PyPI version
*Dump Things Service* is a FastAPI-based HTTP service for storing and retrieving
schema-conform linked-data records. It supports multiple storage backends,
flexible authentication sources, and a curation workflow for distributed data
acquisition.
.. toctree::
:maxdepth: 2
:caption: User Guide
introduction
installation
quickstart
configuration
backends
authentication
endpoints
commands
.. toctree::
:maxdepth: 1
:caption: Developer Reference
changelog
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`