Import data to the Django

This page summarizes the projects mentioned and recommended in the original post on /r/django

Scout Monitoring - Free Django app performance insights with Scout Monitoring
Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
www.scoutapm.com
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • django-data-wizard

    🧙⚙️ Import structured data (e.g. Excel, CSV, XML, JSON) into one or more Django models via an interactive web-based wizard

  • When it really happened, I thought that I could easily find it in the Django packages list on the special site. Really, I've found the correspondent package Django Data Wizard which looks like doing almost exactly what I meant.

  • django-import-export

    Django application and library for importing and exporting data with admin integration.

  • The Django Import Export package was good except for one issue: it requires describing a "resource" directly in the code, and it doesn't allow to import of arbitrary files.

  • Scout Monitoring

    Free Django app performance insights with Scout Monitoring. Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.

    Scout Monitoring logo
  • django-csvimport

    A generic CSV import tool for django models, imports run via admin upload logging model or custom command

  • One more package has not been found in a grid but was available for direct search. It is a Django CSV Import. I did like its pure design and simple use, but there also was no import customization. Additionally, it was not supporting asynchronous import tasks. I've tried to extend the code of the package, but a long history of the package did such modifications impossible.

  • django-import

    Customizable and extendable import for any django model from the admin and any API

  • As a result, I wrote my own package Django Import from the scratch and would like to introduce it here.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Show HN: Django-import-export v4 is out

    1 project | news.ycombinator.com | 17 May 2024
  • Import or load a json into a database

    2 projects | /r/django | 19 Apr 2023
  • Upload CSV to change the Data Model

    1 project | /r/django | 18 Aug 2022
  • GraphQL-like features in Django Rest Framework

    3 projects | dev.to | 23 May 2024
  • Using Google Cloud Firestore with Django's ORM

    3 projects | dev.to | 20 May 2024