You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@facastiblancor Here is my first cut on natsql. It is more of a script than a complete CLI tool at this point, but it is functioning for it's intended purpose.
I expect we need to:
Support timescale DB
Fix the CLI options (they are a bit annoying at the moment).
Decide if this is for a stream or a consumer.
Spawn tasks to do message validation (at the moment, the tool seems CPU limited by serde)
Support other data types ? (Protobuf, CJSON, etc.)
Support other databases? (sqlite, ?)
The text was updated successfully, but these errors were encountered:
@facastiblancor Here is my first cut on
natsql
. It is more of a script than a complete CLI tool at this point, but it is functioning for it's intended purpose.I expect we need to:
The text was updated successfully, but these errors were encountered: