hi is it possible to set up https://rwynn.github.io/monstache-site/start/ on Moralis? We need to sync our MongoDb on moralis with our Elastic Search instance.
Thanks.
hi is it possible to set up https://rwynn.github.io/monstache-site/start/ on Moralis? We need to sync our MongoDb on moralis with our Elastic Search instance.
Thanks.
We are working on a separate api for event syncs. If this is what you are interested in mainly.
We would like to sync the mongodb with elastic - so that’s not possible to set up?
" Monstache is a sync daemon written in Go that continously indexes your MongoDB collections into Elasticsearch. Monstache gives you the ability to use Elasticsearch to do complex searches and aggregations of your MongoDB data and easily build realtime Kibana visualizations and dashboards."
you can connect directly to mongo db now
it doesn’t have a replica set, you can connect directly to mongo db now if it helps you
ah ok. so its not possible to deploy a replica set?
we can not do that now, there is also a plan to make the server part open source in the future when you can self host the server
ok - do you have an ETA when this might be done?
The open source part could be ready in few months. We don’t have an exact ETA. At that time you may use the sync api directly.
ok. that is very unfortunate.
thank you anyways.
You can dump the entire database now if you want. Or find other ways to get the data from the database, as you can connect directly to it.
yeah, we will have to write out our own synchro logic then. just would be easier to just plug and play with monstache