# Streams Service This is the Streams service Generated with ``` micro new streams ``` ## Usage Generate the proto code ``` make proto ``` Run the service ``` micro run . ```