Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.04 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.04 KB

Warning

Version v0.9.0 removes the aggregation operation enum, see #158.

axiom-py CI PyPI version Python version

import axiom_py

client = axiom_py.Client()

client.ingest_events(dataset="DATASET_NAME", events=[{"foo": "bar"}, {"bar": "baz"}])
client.query(r"['DATASET_NAME'] | where foo == 'bar' | limit 100")

Install

pip install axiom-py

Documentation

Read documentation on axiom.co/docs/guides/python.

License

MIT