Ryan Clark

Results 61 comments of Ryan Clark

Hi! Could you explain a little more what the use-case is for what you're calling a MultiTenancy column? I'm seeing that you're sending data to slightly different S3 locations? As...

I'm hesitant about both of these scenarios because of the potential to cause S3 throttling. - S3 throughput is controlled by partitioning -- each partition can support only so much...

We implement versioning on the S3 bucket where incremental backups land. With this in hand, the CLI tool is capable of finding the complete history of any dynamodb record, including...

> We could workaround this by allowing the user to define the destination key schema explicitly or by looking up the key schema for the destination table. The tricky part...

Hi @wzedi -- thanks for this effort! Have you investigated the newly announced [DynamoDB Global tables](https://aws.amazon.com/dynamodb/global-tables/)? We have started exploring it and it seems like it can manage most of...

dyno's `export` CLI writes a similar snapshot with a table description as the first line, and then dyno's `import` CLI can read that table description and create a new table....

I'm glad you're finding something that can work for you here. There are a couple of issues that I could imagine coming up with the approach you're pursuing: 1. Are...

We pursued something like your second option in our NGDS project. You can have a look here: https://github.com/ngds/ckanext-ngds/tree/master/ckanext/ngds/csw A lot of the mapping from a CKAN package to the pycsw...

That was the plan, but it was not thoroughly tested. @asonnenschein may know more about recent progress.

The first bullet seems very tractable, and would make for a great demonstration of the idea. The second point would be required in the end, although honestly the major benefit...