TinkerStorm / b127

A string library as a base to AI profile building.
MIT License
0 stars 0 forks source link

Data off-loading #2

Open sudojunior opened 4 years ago

sudojunior commented 4 years ago

Initial plans to move data storage from rethinkdb looked at sqlite or JSON. JSON in this scenario would most likely put an increasing demand on a file system, higher risk for Windows operating systems as they limit how much can be streamed in and out of a hard drive.

An alternative to look into would be to make a cli interface with base config and optional plugins (bit of a stretch, but consider that the plugins could be database driver interfaces to start with).