Netflix / osstracker

Github organization OSS metrics collector and metrics dashboard
Apache License 2.0
369 stars 55 forks source link

Create a docker deployment of the technology #6

Closed aspyker closed 8 years ago

aspyker commented 8 years ago

We are already running both the scraper and console in containers at Netflix. It would be a days worth of worth to get these containers ready for a version that could be used for testing and demos. We would need to make sure that the elastic search and cassandra dockerhub official containers worked as expected as we do not run those services on containers today. If we made these docker images, it would be good to publish them to dockerhub as well to make it easier to run osstracker before learning to build it.

ralfschimmel commented 8 years ago

Yeah, docker-compose with public containers would be awesome!

aspyker commented 8 years ago

Added docker compose setup. Will need to add a few more things, but seems functional as is.

evaldasou commented 6 years ago

It's not functional by default. To expose github token as per docker-compose documentation is not enough. Is this the end of this project?