Skip to content

Latest commit

 

History

History
65 lines (55 loc) · 4.78 KB

EXAMPLES.md

File metadata and controls

65 lines (55 loc) · 4.78 KB

Preparation

Basic preparation steps are required to see examples in action.

  1. Install PyEXASOL with optional dependencies.
  2. Download PyEXASOL source code and unzip it.
  3. Make sure Exasol is installed and dedicated schema for testing is created. You may use free Exasol Community Edition for testing purposes.
  4. Open /examples/ directory and edit file \_config.py. Input your Exasol credentials.
  5. Run script to prepare data set for testing:
python examples/a00_prepare.py

That's all. Now you may run examples in any order like common python scripts. E.g.:

python examples/a01_basic.py

Examples of core functions

Examples of HTTP transport

Examples of misc functions

Examples of JSON libraries used for fetching