Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for MongoDB #31

Open
trungtt198x opened this issue Jul 17, 2018 · 7 comments
Open

Support for MongoDB #31

trungtt198x opened this issue Jul 17, 2018 · 7 comments

Comments

@trungtt198x
Copy link

@kesar
I'd very like to ask if you plan to add again support for MongoDB as the mongo_db_plugin has been re-enabled in EOSIO software.

Many thanks and cheers

@cppfuns
Copy link

cppfuns commented Jul 24, 2018

I also urgently need MongoDB support.

@cppfuns
Copy link

cppfuns commented Jul 31, 2018

@trungtt198x
Copy link
Author

trungtt198x commented Aug 4, 2018

@kesar
A question please.
I've seen that in the file app/config/parameters.yml.dist, there is:

env(MONGO_URL): 'mongodb://localhost:27017/EOS'
env(REDIS_URL): 'redis://root@localhost:423432'

May I ask if your eostracker now supports both MySQL and MongoDB?

Thanks

@kesar
Copy link
Member

kesar commented Aug 4, 2018

I've been testing the possibility to add mongodb, still a wip, but I added it temporary.

@cppfuns
Copy link

cppfuns commented Aug 8, 2018

@kesar
Why did you choose Mysql first because of the advantages of MySql over Mongo? There is currently no support for Mongo. Is there any problem that is difficult to solve?

@kesar
Copy link
Member

kesar commented Aug 8, 2018

Why did you choose Mysql first because of the advantages of MySql over Mongo? There is currently no support for Mongo. Is there any problem that is difficult to solve?

Because I know how to perform queries better in MySQL.

Problem is about time, I can't allocate enough time to re-do all backend queries into mongodb as I am not an expert in mongo. But if someone wants to help, I could guide and support the migration 👍

@bezalel
Copy link

bezalel commented Aug 22, 2018

+1
sql_db_plugin had been removed since EOSIO version 1.2.x EOSIO/eos@5e57797

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants