https://github.com/pklaus/docker-beauty
Docker Distribution of BEAUTY, the EPICS CS-Studio RDB Archive Engine
https://github.com/pklaus/docker-beauty
Last synced: 3 months ago
JSON representation
Docker Distribution of BEAUTY, the EPICS CS-Studio RDB Archive Engine
- Host: GitHub
- URL: https://github.com/pklaus/docker-beauty
- Owner: pklaus
- Created: 2018-02-13T16:21:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-19T23:25:13.000Z (almost 5 years ago)
- Last Synced: 2024-12-28T15:49:09.983Z (5 months ago)
- Language: PLpgSQL
- Homepage: https://hub.docker.com/r/pklaus/beauty/
- Size: 17.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## A Docker Distribution of BEAUTY
The [CS-Studio based RDB Channel Archiver for EPICS][css-rdb]
is an Eclipse "plugin" for CS-Studio that runs in headless mode.
It's sometimes called “Best Ever Archive Toolset, yet” (BEAUTY).### Docker Configuration
The distribution is split into two containers:
* one container running a PostgreSQL database (`beauty-db`), and
* another one running the archiver application (`beauty-app`).They need to be connected to the same docker network.
Ready-to-use images can be found on the Docker Hub: [pklaus/beauty][].
### Further Technical Info About BEAUTY
Technical Information:
* The two subfolders `db` and `app` contain the sources to build the docker images.
* This distribution uses the [compiled versions from SNS][sns-dist].
* The SQL files with the database schema used for setting up the PostgreSQL container
is mostly taken from the [dbd folder of the plugin org.csstudio.archive.rdb][dbd].Furher resources on BEAUTY:
* CS-Studio Wiki (on Github):
* [RDB Archive Basic Info](https://github.com/ControlSystemStudio/cs-studio/wiki/RDBArchive)
* [RDB Archive Engine Info](https://github.com/ControlSystemStudio/cs-studio/wiki/RDBArchiveEngine)
* [Old but rather complete documentation on the CS-Studio RDB Archiver](http://cs-studio.sourceforge.net/docbook/ch11.html) (on SourceForge)
* [SNS CS-Studio developer documentation on the RDB Archiver with further links](https://ics-web.sns.ornl.gov/css/devel.html#archiver) (on sns.ornl.gov)
* Source code of the relevant CS-Studio plugins:
* [org.csstudio.archive.engine][plugin-engine]
* [org.csstudio.archive.config][plugin-config]
* [org.csstudio.archive.rdb][plugin-rdb][css-rdb]: http://cs-studio.sourceforge.net/docbook/ch11.html
[dbd]: https://github.com/ControlSystemStudio/cs-studio/tree/master/applications/archive/archive-plugins/org.csstudio.archive.rdb/dbd
[sns-dist]: https://ics-web.sns.ornl.gov/css/updates/apps/?C=N;O=A
[pklaus/beauty]: https://hub.docker.com/r/pklaus/beauty/
[plugin-engine]: https://github.com/ControlSystemStudio/cs-studio/tree/master/applications/archive/archive-plugins/org.csstudio.archive.engine
[plugin-config]: https://github.com/ControlSystemStudio/cs-studio/tree/master/applications/archive/archive-plugins/org.csstudio.archive.config
[plugin-rdb]: https://github.com/ControlSystemStudio/cs-studio/tree/master/applications/archive/archive-plugins/org.csstudio.archive.rdb