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

[Feature Request] Ability to use GCloud MySQL as database #56

Closed
HamiltonWang opened this issue Feb 25, 2018 · 5 comments
Closed

[Feature Request] Ability to use GCloud MySQL as database #56

HamiltonWang opened this issue Feb 25, 2018 · 5 comments

Comments

@HamiltonWang
Copy link

Google Cloud is getting popular these days, is it possible to include GCLoud MySQL as one of the supported database? Thanks a lot.

@jhuckaby
Copy link
Owner

Thanks for the feature request! Unfortunately, Cronicle wasn't designed to use a relational database. It's really only meant to use a key/value store, like a NoSQL DB or a filesystem, which can store both JSON records and huge binary files (up to 100MB or more). MySQL just isn't meant for this kind of thing.

If Google's cloud has a service similar to Amazon's S3, that might be more suitable. Unfortunately I don't know anything about G's service offering.

@HamiltonWang
Copy link
Author

I see your point. How about MongoDB or Redis? Or something that is free?

@jhuckaby
Copy link
Owner

Yup! Someone has already submitted a PR for MongoDB support:

jhuckaby/pixl-server-storage#1

I need to find the time to install MongoDB and test this, then I can accept it. Redis is also on my TODO list.

@HamiltonWang
Copy link
Author

Good! thanks!

@tushar9953
Copy link

Hi @jhuckaby

Any plans for MongoDB?

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

3 participants