Guilding / django-data-ingest

Library to begin apps that accept and validate data files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-data-ingest

data_ingest is a reusable Django project managing data submissitted as file uploads to a central gathering point. Each file generally contains multiple data rows, and each user may submit multiple files.

The default installation exposes a very basic and minimal workflow, which can be customized for your needs.

Features

  • Flexible input format
  • Validation with goodtables, JSON Schema, or a custom validation class
  • Row-by-row feedback on validation results
  • Manage and track status of data submissions
  • Re-submit previous submissions
  • Flexible ultimate destination for data

Contributing

See CONTRIBUTING for additional information.

Public domain

This project is in the worldwide public domain. As stated in CONTRIBUTING:

This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.

All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.

About

Library to begin apps that accept and validate data files

License:Other


Languages

Language:Python 84.8%Language:HTML 15.2%