i2mint / py2store

Tools to create simple and consistent interfaces to complicated and varied data sources.
MIT License
11 stars 2 forks source link

alocal: asyncio local file stores #69

Open thorwhalen opened 4 years ago

thorwhalen commented 4 years ago

Should use aiofile.

Should follow the architecture of synchronous filesys as much as it makes sense to.

Note that there's an older architecture (still in active use) here. But the former module is more consistent with other stores and future developments.

The above are the base of local stores, but the actual stores that are used are usually the high levels ones here.