StreamBase Python API Documentation

Type Link Notes
Article Creating StreamBase Python Clients Start with this article in the API Guide, part of the core StreamBase documentation. This article explains how to set up your PYTHONPATH to enable the Python client API.
Sample Programs SimpleEnqueuer.py, SimpleDequeuer.py These files are part of the client sample shipped with StreamBase in STREAMBASE_HOME/sample/client.
Reference streambase.py Pydoc documentation for the user-level StreamBase Python client API.
Reference _streambase.so Pydoc documentation for the internal, autogenerated C-level Python wrapper API.