Skip to content

Integrations

Python memory helpers

connection.memory wraps memory writes, searches, and context assembly. connection.cache wraps exact and semantic prompt cache store/lookup.

LangGraph-style flows

Example retrieve/call/remember flows show how to assemble context, check cache, call a provider on miss, and write memory back.

Provider adapters

Optional example adapters cover OpenAI Responses and Anthropic Messages. They lazy-import SDKs and keep model names in application config.

AgentOps telemetry

Example schemas model agent_runs, retrieval_events, cache_events, llm_calls, and tool_calls as ordinary time-series tables.

ZeptoDB does not call LLM or embedding providers from the server. Applications own providers and credentials; ZeptoDB stores memory, filters candidates, assembles context, and checks cache.


Kafka

Built-in Kafka consumer with batch ingestion. Up to 3.2M events/sec from Kafka topics. Useful for operational event streams and AgentOps pipelines.

Feed Handler Guide →

Kafka connector requires Enterprise license.

FIX 4.4

Native FIX parser for market-data and order feeds. Trading agents can pair tick data with strategy memory and decision replay.

Feed Handlers →

ITCH

NASDAQ ITCH handler for L3 order-book data. Lossless, nanosecond-timestamped, and ready for temporal market-memory workflows.

Feed Handlers →

Binance WebSocket

Real-time crypto market data ingestion for agents watching multi-exchange state.

Feed Handlers →


LanguageTypeTypical useLink
PythonZero-copy + memory/cache helpersAgent loops, ML pipelines, notebooksPython Reference →
C++Native Pipeline APIEmbedded, low-latency, edge deploymentsC++ Reference →
HTTPREST APISQL plus /api/ai/* memory/cache endpointsHTTP Reference →
Arrow FlightgRPC streamingBatch data transfer and distributed trainingFlight Reference →

Prometheus

Built-in /metrics endpoint. Scrape ingestion rates, query latency, memory usage, cluster health, Agent Memory counts, cache counts, evictions, and capacity limits.

Grafana

Query ZeptoDB directly from Grafana via HTTP API. Build dashboards over operational telemetry, AgentOps events, and memory/cache metrics.


IntegrationStatusDescription
Agent Memory sidecarrecords.bin + vectors.bin snapshots for memory/cache persistence
Amazon S3Parquet HDB for historical time-series data
Google Cloud StorageParquet HDB
Local NFSOn-premise Parquet HDB for air-gapped and edge
DockerSingle-command deployment and Agent Memory pilots
KubernetesHelm chart with StatefulSet for time-series clusters
ARM Gravitonaarch64 native for cost-efficient edge and cloud

ProviderProtocolStatus
OktaOIDC
Auth0OIDC
Azure AD / Entra IDOIDC
Google WorkspaceOIDC
API KeysNative
JWTBearer token

See SSO Integration Guide →


IntegrationStatusDescription
OPC-UAAvailable / expandingIndustrial PLC / SCADA connector for manufacturing and process telemetry
MQTTAvailable / expandingLightweight IoT sensor and robot telemetry ingestion
ROS2PlannedDirect topic subscription for robotics and autonomy stacks
AutomationML / PackMLUnder evaluationStandardized plant and machine data models
CAN / Vehicle BusUnder evaluationAutomotive telemetry ingestion at the edge
IntegrationStatusDescription
Apache PulsarPlannedStreaming alternative to Kafka
AWS KinesisPlannedCloud streaming ingestion
Kafka Connect SinkPlannedStandard Kafka connector plugin
CDC (Debezium)PlannedPostgreSQL / MySQL change capture
JDBC / ODBCPlannedTableau, Excel, BI tools
DuckDBPlannedArrow zero-copy JOIN delegation

Interested in an integration, or want to prioritize one? Open an issue on GitHub or Talk to Sales →.