Replies: 1 comment 1 reply
-
|
Thanks for the question @pjireland! This looks like tabular data to me. What would you consider to be the "dimensions" of this dataset? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm getting started with Zarr/icechunk and was interested in seeing if it would work for my data. My typical processing workflow is to ingest data across multiple devices for a certain period of time. I'd then like to upsert this data onto an existing table in the cloud (that would typically have observations from each device at earlier times, though some rows could overlap between the existing data and the newly collected data). The typical newly collected data look something like this:
From what I can tell, appending along a single dimension is supported, but I didn't see a way to upsert or to do so across multiple dimensions.
Is this type of data ingestion workflow possible using Zarr/icechunk? Do you have any recommendations on how I could use these tools to allow it? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions