iterative / ldb-resources

Apache License 2.0
28 stars 7 forks source link

Update dataset for the whole team #38

Open ankxyz opened 2 years ago

ankxyz commented 2 years ago

Assume I have some storage. Then I created LDB dataset. Can I modify original data (add, delete, update) using LDB?

As far as I understand, LDB considers a storage immutable and LDB hasn't command to push new data items to the storage. So I see just two ways to update data and share it:

  1. update date directly in the storage -> re-index LDB dataset -> share index (#37); but the storage must be immutable.. or no?...
  2. create new directory in the storage -> create new LDB storage -> share index; in other words, new data - new dataset

Case example: