TIBCOSoftware / snappydata

Project SnappyData - memory optimized analytics database, based on Apache Spark™ and Apache Geode™. Stream, Transact, Analyze, Predict in one cluster
http://www.snappydata.io
Other
1.04k stars 202 forks source link

WordPress? #528

Closed LZL0 closed 7 years ago

LZL0 commented 7 years ago

Guys, I really love what you are creating. Although I have no advanced understanding of it. How can SnappyData be integrated with Content Management Systems like WordPress? Can MySQL be replaced by SnappyData? Could you provide some links about it (if available)? I have not found anything particular under this github repo or on the site under the Resources tab about it.

Sorry for writing about this under the issues section. Thank you in advance for your kind answers.

jramnara commented 7 years ago

Unlikely, it will work. If WordPress is specifically designed for MySQL it is likely to use its SQL dialect which won't necessarily work with SnappyData.


Jags SnappyData blog http://www.snappydata.io/blog Download binary, source https://github.com/SnappyDataInc/snappydata

On Thu, Mar 9, 2017 at 4:41 PM, LZL0 notifications@github.com wrote:

Guys, I really love what you are creating. Although I have no advanced understanding of it. How can SnappyData be integrated with Content Management Systems like WordPress? Can MySQL be replaced by SnappyData? Could you provide some links about it (if available)? I have not found anything particular under this github repo or on the site under the Resources tab about it.

Sorry for writing about this under the issues section. Thank you in advance for your kind answers.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/SnappyDataInc/snappydata/issues/528, or mute the thread https://github.com/notifications/unsubscribe-auth/AB2KBsjdyppM58vuxBR91xOq0rKct4Mbks5rkJxNgaJpZM4MY0lv .

piercelamb commented 7 years ago

Just to expand, SnappyData is targeted at use cases that require streaming, high ingestion rates, concurrent, low latency, OLAP or OLTP queries and more. If you're looking for a backend for a CMS, it is unlikely that SnappyData is the right sort of database for the job. Classic RDBMS like MySQL or Postgres or Document DBs like Mongo are better suited. That said, if you have a use case like the streaming case mentioned above and are looking to serve queries from a web interface, for example, SnappyData would be a good fit.

LZL0 commented 7 years ago

thank you for your answers!