Redisql – MySQL to Redis migration made easy
github.comHi everyone! I recently completed the MVP for redisql, a MySQL to Redis data migration engine. It's still in development, and I plan to implement more features in the future. I'd appreciate feedback on the project so far, especially with regards to documentation and the roadmap. Thanks.
That's pretty cool. Big list of future features which will make this an interesting compelling offering.
For the OP, what kind of usage are you seeing? That's the kind of docs I'd love, focusing on the why.
Yeah, this is an important question that I've also been answering on Reddit. I think the main use-case once I add more functionality to the project will actually be less aligned with migrating data but more so with caching. I want to build auto-sync and event-driven data transfers so that for example if SQL schema is altered, redis schema will mirror changes accordingly. I also want to give developers more control over how data is being stored in Redis. At the moment I'm using hashes but there are a lot of shortcomings doing so.