SMDK - Publish to Hub
SMDK publish give developers the ability to publish their own SmartModules to the Hub.
This section assumes that my-filter
project has been built.
From your my-filter
directory and use the publish
command:
$ smdk publish
Creating package john/my-filter@0.1.0
.. fill out info in hub/package-meta.yaml
Package hub/my-filter-0.1.0.ipkg created
Package uploaded!
Ensure that your SmartModule has been uploaded to the Hub:
$ fluvio hub smartmodule list
SMARTMODULE Visibility
john/my-filter@0.1.0 private
...
The SmartMoudule is now available for download by anyone with access to the [Hub]
.
Congratulations 🎉! You are now ready to build, test, and publish your own SmartModules.
- Checkout SmartModule types build your data streaming SmartModules.