This branch contains Python SDK for IBM Db2 Event Store version v2.0.1.4
Event Store 2.0.1.4 uses the exact same python.tar file that is used Event Store 2.0.1.2.
The python.tar file is identical for Event Store 2.0.1.2.
Steps for using the DB2 Event Store python library
- Download the
python.tarfile - Run
tar -xvf python.tarto extract the file - Add the directory to
PYTHONPATHenvironment variable by running this command but enter the correct value of<path to eventstore\>below
export PYTHONPATH="${PYTHONPATH}:\<path to eventstore\>"