Toolbox
Browse our tools to interact and integrate with STRM Privacy, and learn how to implement safe streaming data.
STRM: our command line tool
The command line tool is a natural interface for engineers to set up, delete and manage privacy streams. You can control consent granularly, create exporters and sinks to read or stream back the data. Our CLI is the primary interface for techincal users and thus updated very regularly.
Drivers
Our drivers are our SDK's: the software packages for specific platforms you need to send your data to STRM Privacy. They take care of all authentication and connection management between your application and our API's.
Java driver
Our driver for the Java platform is what you would expect: Java-based and performance focused.
Python driver
The Python driver makes it easy to integrate STRM Privacy into your *.py app or notebook.
NodeJS (Javacript)
A strongly performance-focused driver for NodeJS and other Javascript platforms. Compiled from Typescript.
Missing something?
Please reach out if you are missing a driver, we might have it under development already.
Integrations

Kafka streaming
With our Kafka integration you can stream your privacy streams directly to an existing Kafka topic.

AWS S3 batch
The S3 storage integration writes your privacy streams to an AWS S3 storage bucket in the convenient JSONL format.

GCP batch
The GCP storage integration writes your privacy streams to a Google Cloud storage bucket in the convenient JSONL format.

WebSocket (debug)
To help you easily debug during development you can use this simple WebSocket integration. It is included in every driver build we distribute. Do not build production apps on this integration.

Missing something?
Please reach out if you are missing an integration to your sink of choice