https://github.com/slaclab/lume-services
Misc services for orchestration of LUME tools
https://github.com/slaclab/lume-services
Last synced: 10 months ago
JSON representation
Misc services for orchestration of LUME tools
- Host: GitHub
- URL: https://github.com/slaclab/lume-services
- Owner: slaclab
- License: other
- Created: 2022-03-30T18:58:54.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T23:15:34.000Z (over 1 year ago)
- Last Synced: 2025-08-11T07:56:03.464Z (10 months ago)
- Language: Python
- Homepage: https://slaclab.github.io/lume-services/
- Size: 6.54 MB
- Stars: 3
- Watchers: 8
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LUME-services
[
![release][release]][release-url]
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![Issues Closed][issues-closed-shield]][issues-closed-url]
[![Tests][tests-workflow]][tests-workflow-url]
![Coverage][coverage]
[![Docs][docs-workflow]][docs-workflow-url]
[contributors-shield]: https://img.shields.io/github/contributors/slaclab/lume-services.svg?style=for-the-badge
[contributors-url]: https://github.com/slaclab/lume-services/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/slaclab/lume-services.svg?style=for-the-badge
[forks-url]: https://github.com/slaclab/lume-services/network/members
[stars-shield]: https://img.shields.io/github/stars/slaclab/lume-services.svg?style=for-the-badge
[stars-url]: https://github.com/slaclab/lume-services/stargazers
[issues-shield]: https://img.shields.io/github/issues/slaclab/lume-services.svg?style=for-the-badge
[issues-url]: https://github.com/slaclab/lume-services/issues
[issues-closed-shield]: https://img.shields.io/github/issues-closed/slaclab/lume-services.svg?style=for-the-badge
[issues-closed-url]: https://github.com/slaclab/lume-services/issues?q=is%3Aissue+is%3Aclosed
[license-url]: https://github.com/slaclab/lume-services/blob/main/LICENSE
[tests-workflow]: https://img.shields.io/github/workflow/status/slaclab/lume-services/Tests?style=for-the-badge&label=Tests
[tests-workflow-url]: https://github.com/slaclab/lume-services/actions/workflows/tests.yml
[docs-workflow]: https://img.shields.io/github/workflow/status/slaclab/lume-services/Docs?style=for-the-badge&label=Docs
[docs-workflow-url]: https://github.com/slaclab/lume-services/actions/workflows/build_docs.yml
[release]: https://img.shields.io/github/v/release/slaclab/lume-services?style=for-the-badge
[release-url]: https://github.com/slaclab/lume-services/releases
[coverage]: https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/jacquelinegarrahan/61dce43449fc0509f34520fd7efc41b1/raw/slaclab-lume-services-coverage.json&style=for-the-badge
## Start services with docker-compose
```
lume-services docker start-services
```