Skip to main content

Export data

If you pipe commands into the official CLI, TypeStream will run it for you and print its output to standard output. For example, if you want to quickly check the topic names in your local Kafka cluster you can run the following command:

$ echo 'ls /dev/kafka/local/topics' | typestream
_schemas
authors
books
page_views
ratings
users

See it in action here:

export