Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riduidel/snowcamp-2019
https://github.com/riduidel/snowcamp-2019
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/riduidel/snowcamp-2019
- Owner: Riduidel
- Created: 2019-01-04T09:37:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T11:19:38.000Z (almost 2 years ago)
- Last Synced: 2023-03-17T22:20:28.710Z (over 1 year ago)
- Language: Java
- Size: 4.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
# Avoir un train à l'heure, c'est kafkaïen
> Repository principal de notre présentation à Snowcamp 2019## What does this repository contains ?
* `src/build` contains various build scripts
** `0-install.sh` installs the environment, provided the secrets are known
** `1-write-reader-code.bat` copies reader code in its own repository
** `2-write-web-ui.bat` copies web ui in its own repository
** `delete.bat` deletes the cluster, and the various generated projects
* `src/k8s` contains all deployed into k8s cluster
** `elastic` provides ingresses for Kibana and Elasticsearch (**DON'T DO THAT IN PROD**)
** `kafka` installs all additionnal applications for kafka## Meta
* Logan Hauspie – https://twitter.com/lhauspie[@lhauspie]
* Nicolas Delsaux – https://twitter.com/Riduidel[@Riduidel]## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request