TIDES
TIDES copied to clipboard
🚀💻 Additional Serialization Formats
Describe the feature you want and how it meets your needs or solves a problem
As a TIDES developer dealing with millions of rows, I want to be able to store data in a format that is easily queryable via an index (or several of them) so that it doesn't take forever to access my data.
As a TIDES developer at an agency that has an enterprise data storage system in (name that format), I want to be able to store my TIDES data in that same system so that I don't have to maintain multiple systems.
Describe the solution you'd like
This could be dealt with a few ways:
- TIDES could be explicitly serialization format agnostic.
- TIDES could be explicitly inclusive of data serialization formats that can be directly exported to csv in TIDES format
- TIDES could explicitly support additional serialization formats.
Describe alternatives you've considered
Additional context