The GridWorks ear is responsible for putting all messages on its production world broker into persistent store.
- Log into the instance
- uses
gridworks-main.pem
ssh [email protected]
- ear service --help
- ear service status
Also, there is an ear
tmux running tail -n 500 -f state.txt in
~/.local/state/gridworks/ear/log
For development, you will need a local dev rabbit broker. Set that up by downloading the gridworks-base repo and following the instructions here in its Readme.
Contributions are very welcome. To learn more, see the Contributor Guide.
Distributed under the terms of the MIT license, Gridworks Ear 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.