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

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -