Skip to content

dasch-swiss/dsp-ingest

Repository files navigation

Dsp-Ingest

Github License Build And Test Codacy Badge Codacy Badge

The Dsp-Ingest service is designed to streamline and optimize the process of ingesting and managing data within the DaSCH Service Platform. By automating the ingestion process, Dsp-Ingest enables efficient data collection, transformation, transcoding, metadata extraction, and storage, ensuring that the data is readily available for serving with Sipi. This service aims to enhance the overall performance and effectiveness of DSP applications by simplifying and accelerating the data ingestion workflow.

Documentation

The ./docs folder contains the sources to the documentation. The documentation is published under https://docs.dasch.swiss/ and managed by DSP-DOCS repository. Documentation is written in Markdown and built with MkDocs using Material for MkDocs for layout and styling.

Writing documentation // Build and serve the docs locally

Follow the installation instructions from the dsp-docs repository in order to build and serve the documentation locally. Once the necessary software is installed you can use mkdocs serve for a live preview on http://127.0.0.1:8000/.

Contributing

Our commit messages follow the Conventional Commits Guidelines.

Source code must be formatted with sbt fmt.

Copyright headers must be added with sbt headerCreateAll.