persistence - Mesos & persistent storage using MySQL -
this going generic question.
we young startup faced inevitable problem of scaling , during our research, apache mesos seemed fit our architecture, –
- core scala based microservices, each responsible dealing part of our database, mysql
- middleware microservices, deal other persistent data-storage systems mongodb, elasticsearch etc.
which means can containerise of our services , ship them single datacenter can deploy these containers in topographically agnostic way.
what stumped –
- mesos doesn't seem have native support mysql
- container based persistence seems awfully tricky , hard manage/maintain.
we'd continue using mysql/mongodb/elasticsearch because migrating cassandra etc. @ stage (we small team) of overhead , hence not option. best strategies problem?
mesos provide persistent resources support storage-like services.
if want use mysql on mesos, please consider try https://github.com/apache/incubator-cotton
Comments
Post a Comment