-
Notifications
You must be signed in to change notification settings - Fork 75
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
Bolts question #46
Comments
Bolt is a great addition for key/value storage and caching, but MySQL is used a lot more so I decided to make it the default backend. I'm thinking about changing a few pieces around to make it easy to use the two together (just make it more modular instead of having a default database), but I haven't had the time to do so. What have your experiences been with Bolt so far and how do you utilize it? |
my experiences: Used with bleve for search. Was really excellent. For CRUD i have not used it much. But there is Storm and Goa. https://github.com/asdine/storm |
#45 #46 Core database files moved to: https://github.com/blue-jay/core
Ah storm makes it a lot easier to work with Bolt. I'll have to try it out and get back to you. |
You should I feel. I am trying to get it working with raft so I can replicate it at the moment. |
blue-jay/blueprint#45 blue-jay/blueprint#46 Core database files moved to: https://github.com/blue-jay/core
I am curious what led to not using bolts anymore ?
Were there roadblocks that make it not realistic ?
The text was updated successfully, but these errors were encountered: