ArangoDB on Mesosphere Using Marathon and Docker
1–10 of 19 posts
Re: ArangoDB on Mesosphere Using Marathon and Docker
#2Re: ArangoDB on Mesosphere Using Marathon and Docker
#3Clear evidence that I am getting old and being left behind: of the four technologies named in that title I only have heard of one and have never actually used it.
Re: ArangoDB on Mesosphere Using Marathon and Docker
#4Clear evidence that I am getting old and being left behind: of the four technologies named in that title I only have heard of one and have never actually used it.
Maybe, but this article hits the super deluxe jackpot for most buzzwords in a headline.
Re: ArangoDB on Mesosphere Using Marathon and Docker
#5Re: ArangoDB on Mesosphere Using Marathon and Docker
#6This is rather cool, but data in ArangoDB will not survive docker container restart, so, sadly, this setup is still just a toy.
Re: ArangoDB on Mesosphere Using Marathon and Docker
#7Clear evidence that I am getting old and being left behind: of the four technologies named in that title I only have heard of one and have never actually used it.
All I got was that it's some sort of userspace microkernel geared around abstracting the computing resources of machines (nodes) in categories like CPU/RAM/disk and expose them programmatically through a cluster-wide API. The master daemon makes resource offers to a slave daemon, which in turn runs ported applications (be it Hadoop, Jenkins, ElasticSearch or whatever) called Mesos frameworks that have to be ported to this Scheduler/Executor paradigm (sort of like a cluster resource-level MapReduce, I presume?) in order to perform Tasks.
Mesosphere is the whole stack as an integrated OS. Marathon is pretty easy to understand - it's an init system/framework supervisor that operates on a higher level of abstraction than simple OS processes.
But yeah, it's a pretty tangled mess.
Re: ArangoDB on Mesosphere Using Marathon and Docker
#8Re: ArangoDB on Mesosphere Using Marathon and Docker
#9This is rather cool, but data in ArangoDB will not survive docker container restart, so, sadly, this setup is still just a toy.
It's possible to use volumes functionality to keep db data persistent.
Re: ArangoDB on Mesosphere Using Marathon and Docker
#10This is rather cool, but data in ArangoDB will not survive docker container restart, so, sadly, this setup is still just a toy.
It's possible to use volumes functionality to keep db data persistent.