Skip to content

lebedov/pyoetl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.
Latest Version

Installation

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.

About

Python interface to OrientDB ETL tool.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published