breck7 / scrollsdk

The code for Particles and Parsers, which Scroll is built on.
https://sdk.scroll.pub
385 stars 17 forks source link

treebase Feature request: Increase support for flat file structures #154

Closed ghost closed 6 months ago

ghost commented 2 years ago

Unix likes text files and is opposed to storing data in binary format, flat file structures (https://en.wikipedia.org/wiki/Flat-file_database) could be a compromise between the two worlds.

The following files could be supported, initially (a) https://en.wikipedia.org/wiki/Berkeley_DB (b) https://en.wikipedia.org/wiki/Cdb_(software) (c) https://www.w3.org/TR/tabular-data-primer/

breck7 commented 6 months ago

TrueBase is no more :).

All those ideas are now in Scroll directly: https://scroll.pub/blog/datasets.html