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
Usage
Add django_sourcerer
text to settings.py
under INSTALLED_APPS
list.
INSTALLED_APPS=[
...
'django_sourcerer'
]
Add also to settings.py
information that where the config file is located.
SOURCERER_CONFIG_FILES = [
"project_path/example.yaml"
]
Then run following commands:
./manage.py makemigrations django_sourcerer
./manage.py migrate
For update objects from source type following command:
./manage.py update_objects
Library 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.9.tar.gz
(7.3 kB
view hashes)
Built Distribution
Close
Hashes for django_sourcerer-1.9-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 755a7d01af5813e5c381dad4730e51c4920216f9b7e97bf3380ac6d2c27ef1a8 |
|
MD5 | 66af547214632ec57a627e97917e6cd3 |
|
BLAKE2b-256 | 5316be66babdb768eb3a07c410c477d9e72673d761aa592186758ab16fb2c0d6 |