N-cube Event Ingest SDK
Project description
N-cube Python SDK
Usage
import ncube_sdk.client
# initialize
client = ncube_sdk.client.init(
service_url=ingest_service_url, schema_id=schema_id, service_auth=(username, password))
# emit events
client.emit({"field1": "value1", "field2": "value2"})
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ncube-sdk-0.1.tar.gz
(9.6 kB
view hashes)
Built Distribution
ncube_sdk-0.1-py3-none-any.whl
(11.1 kB
view hashes)