Settings

Theme

Redisql – MySQL to Redis migration made easy

github.com

2 points by DGKSK8LIFE 5 years ago · 3 comments

Reader

DGKSK8LIFEOP 5 years ago

Hi 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.

mooreds 5 years ago

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.

  • DGKSK8LIFEOP 5 years ago

    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.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection