To install the Pipedream CLI, run:
curl https://cli.pipedream.com/install | sh
Then create an event stream:
pd deploy # prompts you to select a source and pass required options
Check out our guide on HTTP Event Sources, or review the docs for a detailed overview of the CLI, and for more examples of deploying specific components.
Event sources turn any API into an event stream.
Sources collect data from services like Github, Stripe, the bitcoin blockchain, RSS feeds, and more. They emit new events produced by the service, which can be consumed by any application via HTTP API or SSE.
Event sources run on Pipedream's infrastructure, but you can retrieve emitted events in your own apps using the Pipedream CLI, HTTP API, or SSE stream tied to your source.
For details on how to use Pipedream CLI and the rest of the Pipedream platform, please review our documentation.
Any bugs or feature requests for specific components, or for the Pipedream CLI, can be raised here as new Github issues.