Scata2 mirror
Find a file
2026-01-23 15:48:50 +01:00
scata2 - Only respond with status line for incomplete jobs or jobs that completed less than 24h ago. 2026-01-23 15:48:50 +01:00
scata_web - Add django-cleanup app to ensure files referenced by models are deleted when model is deleted. 2026-01-22 22:53:17 +01:00
theme - Modify scanning url for tailwind. 2025-08-12 14:54:58 +02:00
.gitignore - Ignore folder for scratch files. 2026-01-20 09:48:16 +01:00
LICENSE Initial commit 2025-03-10 15:50:30 +01:00
manage.py Initial project/app structure and ScataPrimer model. 2025-03-11 15:33:06 +01:00
README.md - Updated README 2025-08-19 11:57:28 +02:00
requirements.txt - Add django-cleanup app to ensure files referenced by models are deleted when model is deleted. 2026-01-22 22:53:17 +01:00

scata2

This is a repository for the development on a new version of the scata pipeline. The system is work in progress and not yet functional.

New implementation of the SCATA pipeline and web service. Major goals for the new version are:

  • The system should be containerised in Docker.
  • Easy setup in order to enable self-hosting/running on own hardware
  • Pluggable clustering modules.

Notes

Packages that should be evaluated as possible solutions to some functions. (Akin to notes to self)

  • django-private-storage to require authenticated users for file access
  • django-cleanup
  • django-allauth
  • django-reversion

Development

Currently all development takes place in the main branch. The system is not yet fully functional.