first prototype API implementation

This commit is contained in:
Никита Тырин 2024-09-17 15:07:32 +03:00
commit c0c520c6ac

View File

@ -1,4 +1,7 @@
# GaiaDBInterface
A Django application for interacting with Gaia DR3 via ORM interface.
## manage.py commands:
- `ingester` - ingests a directory of csv files into the database. Beware memory leaks.
- `indexer` - indexes the catalog in the database using healpix.
- `indexer-multithread` - a multithreaded version of indexer.