Skip to content

Python SDK and CLI for DeepBoreAI — real-time telemetry ingestion, alert streaming, and predictive drilling analytics.

License

Notifications You must be signed in to change notification settings

ttracx/deepboreai-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DeepBoreAI SDK

This Python SDK provides programmatic access to the DeepBoreAI real-time drilling analytics platform.

Features

  • Post telemetry data
  • Stream real-time alerts
  • Export historical data to CSV
  • Command-line interface (CLI)

Installation

pip install deepboreai-sdk

Usage

from deepboreai_sdk.sdk import DeepBoreAI

client = DeepBoreAI()
client.post_telemetry({...})
alerts = client.get_recent_alerts()
client.export_csv()

Or use the CLI:

deepboreai ingest --file sample.json
deepboreai stream
deepboreai export

About

Python SDK and CLI for DeepBoreAI — real-time telemetry ingestion, alert streaming, and predictive drilling analytics.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages