chrislusf / glow

Glow is an easy-to-use distributed computation system written in Go, similar to Hadoop Map Reduce, Spark, Flink, Storm, etc. I am also working on another similar pure Go system, https://github.com/chrislusf/gleam , which is more flexible and more performant.
3.2k stars 248 forks source link

[WIP] Dockerize mongodb source example #25

Closed alpe closed 8 years ago

alpe commented 8 years ago

Provides docker-compose example as quick start to use the example.

Don't merge, yet.

TODO:

@chrislusf can you provide me the example data?

chrislusf commented 8 years ago

This example was fairly specific to an actual use case. Not so easy to pack to docker.

I think as long as we have simple examples dockerized, we are fine. No particular need to dockerize everything.

alpe commented 8 years ago

I like the Mongo example but I'll close this PR until I can provide some testdata myself.

chrislusf commented 8 years ago

Thanks! Maybe just create a simpler example.