jlewi / foyle

AI For Software Operations
https://foyle.io
Apache License 2.0
81 stars 8 forks source link

Easy cloud storage #145

Closed jlewi closed 2 months ago

jlewi commented 3 months ago

Opening this issue to track how we'd get the ability to have multiple machines / users all potentially sharing one DB. https://duckdb.org/ is one option

jlewi commented 2 months ago

The most important thing to share is the training examples. The easiest thing to do would be to support writing and reading them from an object store like GCS. This would allow folks to pool their learned examples.

jlewi commented 2 months ago

DuckDB is optimized for Analytical workloads (OLAP) but it does support updates https://duckdb.org/docs/sql/statements/update