https://github.com/simonsobs/lightcurvedb
Lightcurve database management and pydantic models
https://github.com/simonsobs/lightcurvedb
Last synced: 8 months ago
JSON representation
Lightcurve database management and pydantic models
- Host: GitHub
- URL: https://github.com/simonsobs/lightcurvedb
- Owner: simonsobs
- Created: 2024-12-04T16:37:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-20T20:36:08.000Z (over 1 year ago)
- Last Synced: 2025-03-20T22:04:14.398Z (over 1 year ago)
- Language: Python
- Size: 44.9 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
LightcurveDB
============
Python tools for managing data in the Lightcurve Database. This database stores
fluxes as a function of time for tracked objects. This package includes simulation
tools to fill the database with test data.
Installation - first download the git repository, then
```
uv pip install -e .
```
You can spin up an ephemeral instance of the database with the
```
lightcurvedb-ephemeral
```
tool. This uses `testcontainers`. It will print connection information.