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

Why does the documentation say it is not ready for production? #47

Closed
jonataslaw opened this issue Sep 11, 2019 · 2 comments
Closed

Why does the documentation say it is not ready for production? #47

jonataslaw opened this issue Sep 11, 2019 · 2 comments
Labels
question Further information is requested

Comments

@jonataslaw
Copy link

Why isn't Hive ready for production?
I've been testing Hive for months, and I'm tempted to get Hive up and running on an app with 2 million users.
I needed a Lightweight dart library (my bridge with native code is already too overloaded, so it had to be 100% dart) that would allow simple storage of user settings (night mode, notification settings, and so on). your username and avatar downloaded from the API), and Hive has outperformed me on numerous issues over Seembast that they claim is in production. The main thing that makes Hive a killer of anything that stores data is being able to use it synchronously. Man, you made me delete 600 lines of code in futurebuilders, I almost didn't believe it when I found Hive.

Thanks for keeping up the good work in this library!
And I hope to know the risks I am taking, as I am about to use it even for storing self-destructive messages from a chat application (the key would be the username of the conversation, the value a map, which is self destructive , would be passed to a message list, displayed on screen, and deleted from Hive) this other app has 700,000 users.

@jonataslaw jonataslaw added the question Further information is requested label Sep 11, 2019
@simc
Copy link
Member

simc commented Sep 11, 2019

@jonataslaw

It is ready as of today. Maybe I forgot to remove a notice from the documentation. Where does it say it isn't ready?

I'm really happy to hear that you like the library. If you have any suggestions, I'm always grateful.

It would be cool if you could send me a link when your app is ready. I'd love to see it ;)

@simc
Copy link
Member

simc commented Sep 22, 2019

Please reopen if you need more information.

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

No branches or pull requests

2 participants