This is a repository for managing GridWorks storage of GridWorks time series data beyond the initial persistence mechanism. It is a major work in progress
Right now it is focused on setting up the simplest usable form of storing the 2023-2024 Millinocket S3 data in a postgres database.
Elastic IP 3.221.195.180, key gridworks-hybrid
Accessing locally:
ssh [email protected]
psql -U journaldb
Password is in 1password, look up journaldb
Accessing remotely:
assuming you have psql on your local machine:
psql -h journaldb.electricity.works -U journaldb -d journaldb
and then enter password
- TODO
- TODO
You can install Gridworks Journal Keeper via pip from PyPI:
$ pip install gridworks-journalkeeper
Please see the [Command-line Reference] for details.
Contributions are very welcome. To learn more, see the Contributor Guide.
Distributed under the terms of the MIT license, Gridworks Journal Keeper is free and open source software.
If you encounter any problems, please file an issue along with a detailed description.
This project was generated from @cjolowicz's Hypermodern Python Cookiecutter template.