Django app that import and correlating data from external sources.
Project description
innovativeproject-django-sourcerer
Links
- Pypi https://pypi.org/project/django-sourcerer/
- Source code https://github.com/nokia-wroclaw/innovativeproject-django-sourcerer
Install
pip install django-sourcerer
Then add django_sourcerer
to your project.
Usage
from django_sourcerer.domain.import_datas.intermediate_layer import Adapter
Then Adapter("yaml_file").get_data_type_columns()
It works with 'csv' datas now. It will be updated for json&xls formats.
Example .yaml File
name: <name of data source>
source: <endpoint of data source>
format: csv
columns:
- external_name: <column name>
type: <column type e.g : int>
- external_name: <column name>
type: <column type e.g : str>
Requires
- Python 3
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django_sourcerer-1.2.tar.gz
(6.2 kB
view hashes)
Built Distribution
Close
Hashes for django_sourcerer-1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2143103c595f86d70e72f9c92a2a3d9d9ae9ec4f40c3da32d821de79a854c48a |
|
MD5 | 32932a1035a709f4ce3a6097bcc4f75d |
|
BLAKE2b-256 | 479885b30d0374d40c5c136bd88693bbd407bd7170fe041285b2b93537407df7 |