-
Notifications
You must be signed in to change notification settings - Fork 168
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
Add support for Redis #442
Comments
I think Redis is a KVS. |
I was imagining using a process of automatic inference of schemas and data type based on introspecting the actual data. For the markdown I would expect inferred content similar to the current RDMBS support, but with just inferred Column and Data types. I wouldn't expect a graph, just the text. These papers show some hints on how it would work: |
It is a very attractive approach. However, as long as it is inferential, is it not a 100% correct schema? |
It's not exactly a "schema", but it would be more like a "reference" saying "hey, the current production/development data looks like this". I can see this would help when new developers join a project in order to "see" how the data was structured before. So not much as "docs" but more as "reference". |
It sounds very useful, but I think it is outside the scope of tbls' responsibilities. |
It would be nice to have support for Redis.
The text was updated successfully, but these errors were encountered: