cytomining / cytomining/CytoTable
Explore the use of cloud-based SQLite querying
Open
enhancement
- Dominant language
- Python
- Stars
- 21
- Forks
- 6
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 6
Description
Current functionality with cloud-based SQLite data sources involves caching the source data locally. There may be a possibility of querying this data in-place, similar to CSV sources, using technologies such as https://github.com/michalc/sqlite-s3-query. Doing this may improve performance with these types of data sources.
Note: similar functionality might be possible with more than just AWS-based sources, but may need additional work.
Contributor guide
Assessment
This issue has not been assessed yet.