Skip to main content

Ocient Hyperscale
Data Warehouse

Run analytics on trillions of rows in seconds. Connect, load, and query massive datasets with the speed and scale your organization needs.

import pyocient

# Connect to Ocient Hyperscale Data Warehouse
conn = pyocient.connect("ocient://user:password@host:4050/database")

# Execute analytics query
cursor = conn.cursor()
cursor.execute("SELECT count(*) FROM sensor_data WHERE timestamp > NOW() - INTERVAL '1 HOUR'")
print(cursor.fetchall())

Integrations

Connect Ocient with your favorite tools and platforms