Pipedream
p/pipedream
Connect APIs, remarkably fast.
Tod Sacerdoti
Pipedream — Integration platform for developers
Featured
36
Pipedream is an integration platform for developers. Develop any workflow, based on any trigger. Workflows are code, which you can run for free.
Replies
Arjun Sundararajan
This is so powerful and I can't believe it's free. Great job. Can't wait to use it.
Hasan Diwan
Seems similar to zapier?
Dylan Sather
@hasan_diwan absolutely! We talk about it like a Zapier for developers.
Hasan Diwan
@dylan_sather Are you looking for devs around SF?
Dylan Sather
@hasan_diwan we're not hiring at the moment but we'll post hiring announcements broadly when we are!
Francoo
@dylan_sather i've got a little repl.it ( https://BXXElasticClicks.francoo... python script) going on that i want to CRON. there is 2 options : - refacto to convert to a serverless function (i guess i can put it in gcp) but ya now, refacto takes time - or use you service . Can i use pipedream to activate that repl.it twice per day on office hours ?
Francoo
also, how do you compare to https://stdlib.com/ ?
Francoo
this looks nice. 1. How is this free ? 2. What is main competitor and why are you better ? 3. im looking to integrate with a pupeeteer script, do you have an example ? 4. Can you post a starter / demo on glitch.com ? Authentication is the key here, i've not seen that lately
Dylan Sather
@francoolaami thank you for the note and questions! 1) We provide the service for free, with limits (https://docs.pipedream.com/limits/), so we can get as many devs using the product and giving us feedback. Most workflows are low volume and easy for us to run for free. Paid tiers with premium features are coming soon. 2) There are a lot of awesome companies working on integrations / workflows. We offer something between Zapier and the serverless offerings from cloud companies (e.g. AWS Lambda). Developers love the latter and they're the biggest competitors to any developer-facing tool in our space. We believe it's dramatically easier to run workflows on Pipedream than on these tools, though, while still giving devs the ability to write code. Pipedream's pre-built actions also make it easy to perform common operations without writing code. Soon the community will be able to contribute open-source actions anyone can run on Pipedream. As the number of actions and workflows grows, developers benefit. 3) We don't support Puppeteer at the moment but it's on the backlog and I've made a note you asked! I'll reach out here when we get it working for you. 4) Pipedream code runs on Pipedream, so I can't post a Glitch that would replicate our environment. But like Glitch, you can send anyone a link to a Pipedream workflow, which they can fork, run and modify in their own account. Check out https://pipedream.com/explore to see a few tutorial and example workflows from the community!
nahtnam
@francoolaami @dylan_sather Is everything we see as of right now going to remain free?
Dylan Sather
@nahtnam that is the goal. It's possible we'll tweak the limits I linked to above, but the functionality you see we expect to remain free.
Dylan Sather
@francoolaami I wanted to let you know that I've been working on Puppeteer support, and you can track the progress here: https://github.com/PipedreamHQ/r... . Let me know if you have any other feedback!
tela
Hiya! How does this compare to using Apollo GraphQL, which has state management and the ability to integrate multiple external APIs?
Dylan Sather
@tela it's at a different level of the stack than Apollo. Pipedream is a developer integration platform that allows you to run Node.js code or pre-built actions in response to HTTP requests, schedules, emails, and other triggers. It's similar to a cloud functions service like AWS Lambda, but a lot higher-level and easy-to-use!
sujesh thekkepatt
Awesome tool. I used Pipedream a while ago. It's an awesome tool. Good to see on ProductHunt
Pravin Savkar
@sujesh_thekkepatt1 thank you so much for the kind words!
Tod Sacerdoti
It’s Tod, one of the founders. Today, after almost a year of work, we are excited to launch the beta release of Pipedream on ProductHunt! Full launch post - https://medium.com/@todsacerdoti... Pipedream enables developers to easily build and execute workflows — often called “glue code” — that integrate apps, APIs and data, for free. “Easily build” = write production code in minutes with built-in state management, authentication, observability, and error handling “Execute” = we host and run your code on our infrastructure so you don’t have to manage any servers or cloud resources “Workflows” = compiled Node.js code, authored using code steps and pre-built actions, that runs on any trigger or schedule “Integrated Apps” = Google, Github, Gitlab, AWS, Heroku, Zeit, Netlify, Twilio, Jira, Slack, Discord, Reddit, Yahoo! Fantasy and many more “Free” = no cost Please send us feedback!
Shishir Mehrotra
@todsacerdoti Gave me a great demo the other day. He showed me how quickly he got Coda integrated which was pretty awesome -- and led to some great scenarios as well!
Igor Polynets
How does this compete with stdlib.com or clay.run ?
Dylan Sather
@polinom we're quite similar! I'd love if you signed up and gave Pipedream a spin, especially if you've used stdlib or clay.run — we'd love feedback on what you like and what you think can be improved.
Ghost Kitty
Comment Deleted
Dylan Sather
@kanad_bahalkar totally agreed! This is on our radar.
WPsetup
this looks great, looking forward to trying it out!
Tim Clemans
I was hoping this was a direct competitor to Zapier.
Pravin Savkar
@tim_clemans1 Thanks for the feedback Tim! What use cases are you trying to solve? Are there any specific features or apps you're looking for?
Tim Clemans
@pravinsavkar yes Postgres run query on new data and send an SMS message. This is in Zapier. I don't want to write code. I do write code but hate writing code.
Dylan Sather
@tim_clemans1 You can build workflows without writing code in Pipedream and @pravinsavkar built a workflow to query Postgres and send an SMS or Slack message with some of the results: https://pipedream.com/@pravin/qu... . You can fork and use this in your own account, passing params to the steps with the appropriate connection details, etc. I totally agree that writing code is terrible when you can avoid it. We hope this gives you the best of both worlds: use pre-built actions when you can and write just a little bit of code when you need to.
Pravin Savkar
@tim_clemans1 we'd love to hear if that workflow addresses your use case, or if you have any other feedback! feel free to respond here or via slack (join at https://pipedream.com/community) or email (support@pipedream.com)! thanks!
Javier Mendezona
The Pipedream team helped me build a fairly complex billing integration with Stripe and Recurly triggered by webhooks from my app. @dylansather 's description of something between Zapier and AWS Lambda is quite accurate, and something I've found really useful. I'm looking forward to following your progress and seeing what new connections are built by the community!
Dylan Sather
@javier_mendezona we're happy to help you build a workflow anytime!
Kri Prah
Like the product features. Any plans of offering it in a traditional on premises model? I can use it for Enterprise specific use cases where I cannot expose the workflows to public. Do you have any performance benchmarks? How do you compare to Node Red?
Dylan Sather
@kri_prah we don't have plans for an on-premise version of the tool, but we do plan to support private workflows. Would that work for your use case? The performance would depend on what you're trying to do, since we're an execution environment for Node code. We don't have any benchmarks but at some point we'll have SLAs for enterprise customers. We love Node Red! Node Red provides a visual programming environment, where our model is more code-forward. I'd love if you signed up and checked it out — we'd love the feedback!
Kri Prah
@dylan_sather Thanks for the reply. I will check it out. Not sure yet, if the SaaS model works for me.