https://github.com/dovvla/scilvera
Silvera survey implementations
https://github.com/dovvla/scilvera
Last synced: about 1 month ago
JSON representation
Silvera survey implementations
- Host: GitHub
- URL: https://github.com/dovvla/scilvera
- Owner: dovvla
- Created: 2022-04-19T07:21:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-22T16:24:47.000Z (almost 3 years ago)
- Last Synced: 2025-02-14T06:36:47.563Z (3 months ago)
- Language: Java
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scilvera
Silvera survey implementationsMake sure to have docker installed and running.
To run python implementation just run ```docker-compose up -d``` from inside ```python_implementation``` directory
To run silvera implementation run ```docker-compose up -d``` from inside ```scilvera_implementation/scipubsi```. This will run kafka and zookeeper.
After that, execute ```run.sh``` from each of the services in ```scipubsi/output``` directory.