perimetral / deepstream.io-storage-mariadb

Apache License 2.0
2 stars 3 forks source link

Docker fails with mariadb connector #3

Open Per0x opened 5 years ago

Per0x commented 5 years ago

Docker fails with mariadb connector DeepstreamIO 3.1.4 fails to start with Docker with the Mariadb storage connector.

Error: Cannot find module '../build/Debug/sqlclient'

edwardsmarkf commented 5 years ago

sorry, but this project is no longer maintained or supported.

Per0x commented 5 years ago

Thank you for informing me. So, there is no longer any solution to record deepstream data to a mysql/mariadb database?

edwardsmarkf commented 5 years ago

well, i hired a guy to write this for me a couple of years ago. but it would only do the mariaDB-JSON columns! i tried really hard to get the deepstream people to allow a more flexible JSON approach, but got nowhere very quickly.

so, after wasting time and $$$ on deepstream, i found featherJS and never looked back. feathersJS combines sequelize and socket.io -- its fantastic stuff. but you can really use practically any db you can think of, mongodb, rethink, etc.

side-note: i have been playing with cockroachDB, which also uses sequelize via the postgres interface. its a NewSQL combining the best of both NoSQL & SQL.

Thank you,

Mark Edwards

On Thu, Feb 28, 2019 at 8:21 PM Per0x notifications@github.com wrote:

Thank you for informing me. So, there is no longer any solution to record deepstream data to a mysql/mariadb database?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/perimetral/deepstream.io-storage-mariadb/issues/3#issuecomment-468527945, or mute the thread https://github.com/notifications/unsubscribe-auth/ACyd4rmJV3prs93eysKWLeKy4e4GhfUOks5vSJymgaJpZM4bXq0F .

edwardsmarkf commented 5 years ago

i should also mention: deepstream was really consuming a lot of server resource while FeatherJS was named that because "it is a light as a feather" - very little resource usage.

Thank you,

Mark Edwards

On Thu, Feb 28, 2019 at 10:37 PM Mark Edwards mark@edwardsmark.com wrote:

well, i hired a guy to write this for me a couple of years ago. but it would only do the mariaDB-JSON columns! i tried really hard to get the deepstream people to allow a more flexible JSON approach, but got nowhere very quickly.

so, after wasting time and $$$ on deepstream, i found featherJS and never looked back. feathersJS combines sequelize and socket.io -- its fantastic stuff. but you can really use practically any db you can think of, mongodb, rethink, etc.

side-note: i have been playing with cockroachDB, which also uses sequelize via the postgres interface. its a NewSQL combining the best of both NoSQL & SQL.

Thank you,

Mark Edwards

On Thu, Feb 28, 2019 at 8:21 PM Per0x notifications@github.com wrote:

Thank you for informing me. So, there is no longer any solution to record deepstream data to a mysql/mariadb database?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/perimetral/deepstream.io-storage-mariadb/issues/3#issuecomment-468527945, or mute the thread https://github.com/notifications/unsubscribe-auth/ACyd4rmJV3prs93eysKWLeKy4e4GhfUOks5vSJymgaJpZM4bXq0F .

Per0x commented 5 years ago

Thank you for all this information, but my existing app is in php so I'm not sure Feathers would implement with it.

edwardsmarkf commented 5 years ago

please keep me informed as to what you decide to do. i am still heavily in the PHP world but trying to move more into node. what do you think about laravel? if i were saying entirely in the php world, laravel looked very interesting. my problem is that it takes me a very LONG time to learn any of these technologies. you can write me directly at m a r k [at] e d w a r d s m a r k [dot] c o m

Thank you,

Mark Edwards

On Sat, Mar 2, 2019 at 11:05 AM Per0x notifications@github.com wrote:

Thank you for all this information, but my existing app is in php so I'm not sure Feathers is implementing well with it.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/perimetral/deepstream.io-storage-mariadb/issues/3#issuecomment-468944817, or mute the thread https://github.com/notifications/unsubscribe-auth/ACyd4spA35zqL_5ubldneZQzWmNrJwwdks5vSr1pgaJpZM4bXq0F .