You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The data is written into Dune’s S3 buckets. We assume we host the data, but the data still belongs to you.
Separate IAM users are created for the community data providers to write data. IAM roles created by data providers are added to the trust policy to allow them to assume IAM roles within our account. This security measure minimizes the number of different credentials maintained by data providers.
Pre-specified External IDs must be used when assuming the role.
File Formating
We use JSON format to write data into S3 buckets.
The file names should contain a predefined constant prefix. (e.g. cow_{the rest of the filename}.json)
We intend to keep filenames very simple. Filenames need to contain an increasing sequence number (e.g., cow_000000000000001.json, cow_000000000000001.json). We are releasing a new update to be able to test timestamps instead of sequence numbers in the filenames.
The data is written into JSON files as JSON objects.
The data in JSON files should not be enclosed in array brackets.
Generally, we avoid updates to the written files. If you are producing data every minute, you can write separate files.
Written data should follow an append-only approach. We can discuss strategies for data updates and deletion separately.
Name/value pairs in JSON files should correspond to the column names and data values in the target data table.
If you plan to write data into several tables, you can write data for different tables in different folders in the S3 bucket. (e.g. s3:::{bucket name}/{folder name}) - [Dune Sync] Add Basic AWS Post #44
We only support predefined schemas at the moment. Data providers should define schemas of the final tables in advance.
The text was updated successfully, but these errors were encountered:
Instructions from Dune:
AWS Stuff
File Formating
The text was updated successfully, but these errors were encountered: