Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lebedov/pyoetl
Python interface to OrientDB ETL tool.
https://github.com/lebedov/pyoetl
etl json orientdb
Last synced: 2 months ago
JSON representation
Python interface to OrientDB ETL tool.
- Host: GitHub
- URL: https://github.com/lebedov/pyoetl
- Owner: lebedov
- License: other
- Created: 2015-10-14T20:01:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-02-21T01:21:18.000Z (almost 5 years ago)
- Last Synced: 2024-10-13T02:51:09.204Z (2 months ago)
- Topics: etl, json, orientdb
- Language: Python
- Size: 12.7 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.rst
Awesome Lists containing this project
README
.. -*- rst -*-
PyOETL
======Package Description
-------------------
PyOETL is a Python interface to the OrientDB ETL tool. It can be invoked from
the command line just like the ``oetl.sh`` script included in OrientDB, but has
some additional features:- can process multiple JSON input files;
- can be invoked from outside of the OrientDB installation directory;
- provides a Python class that can be used
to invoke the ETL tool from within a Python program... image:: https://img.shields.io/pypi/v/pyoetl.svg
:target: https://pypi.python.org/pypi/pyoetl
:alt: Latest VersionInstallation
------------
The package may be installed as follows: ::pip install pyoetl
Usage
-----
The ``ORIENTDB_DIR`` environmental variable must be set to the installation
directory of OrientDB.Invoke PyOETL from the command line as follows: ::
pyoetl input_cfg_file.json
Author
------
See the included `AUTHORS.rst
`_ file for more
information.License
-------
This software is licensed under the `BSD License
`_. See the included
`LICENSE.rst `_ file
for more information.