mirror of
https://github.com/mikdur/scata2.git
synced 2026-02-20 00:59:05 +00:00
Scata2 mirror
| scata2 | ||
| scata_web | ||
| theme | ||
| .gitignore | ||
| LICENSE | ||
| manage.py | ||
| README.md | ||
| requirements.txt | ||
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.