Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/riduidel/snowcamp-2019


https://github.com/riduidel/snowcamp-2019

Last synced: 1 day ago
JSON representation

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