The fluvio
CLI
The Fluvio CLI is an all-in-one tool for managing Fluvio, as well as for producing and consuming data on the command-line.
tip
If Fluvio is not installed yet, you can install it by following the instructions in the quickstart.
Commands to Know
Let's have a look at some common commands you'll want to know when starting out with Fluvio.
Setting up a cluster
Sending and Receiving data from Fluvio
- Create a topic with
fluvio topic create
- Produce data to a topic with
fluvio produce
- Consume data from a topic with
fluvio consume
Enriching data with SmartModules
- Overview for SmartModules
- Write a custom filtering SmartModule
- Consume enriched data using SmartModules