-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
Implement EMSL data ingest per standardized requirements:
- Create an
ingest/emslsubfolder. - Place all EMSL data files in this directory, formatted as JSON lists (enclosed in brackets) and named using the convention emsl_00001.json, emsl_00002.json, etc.
- Ensure each file is limited to ~25 MB and contains only complete records.
- All files must conform to the latest release schema.
- Document and implement a file splitting strategy if necessary.
- All ETL scripts for EMSL should be placed in
contrib/emsl. - Ensure independent file validation is possible.
- Document the EMSL ingest process, folder structure, file format, and splitting strategy.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request