Can this work for building pipelines for specific users? E.g. our customers can connect their CRM to our platform.
There are a couple of ways to address this: 1. Create a Source for each customer and send customer specific data to each source. Configured pipelines for each source will receive the event data and processes it. 2. Create one source with multiple pipelines connected to it. In each pipeline, you can drop processing the data based on any conditions. #1 is preferred so you are sure each customer's data is only reaching…
Show HN: Cptn.io – open-source integration platform
31–40 of 42 posts
Re: Show HN: Cptn.io – open-source integration platform
#32Earlier quoted context omitted.
There are a couple of ways to address this: 1. Create a Source for each customer and send customer specific data to each source. Configured pipelines for each source will receive the event data and processes it. 2. Create one source with multiple pipelines connected to it. In each pipeline, you can drop processing the data based on any conditions. #1 is preferred so you are sure each customer's data is only reaching…
Can this be done by API?
But the APIs are accessible today with basic auth.
Re: Show HN: Cptn.io – open-source integration platform
#33So is this like an Open Source Zapier or at least with similar ambitions if not quite there yet ?
Re: Show HN: Cptn.io – open-source integration platform
#34Re: Show HN: Cptn.io – open-source integration platform
#35Krishna: From the comments, you can tell everybody is trying to position your product, so I suggest explicitly naming your competitors in your landing page, and explaining how you are better or different. Don't worry about driving prospective customers away; everybody already knows about the competitors.
Fair feedback. I definitely need to anchor myself to specific niche instead of saying it can work for anything and everything.
Re: Show HN: Cptn.io – open-source integration platform
#36is this a sort of heroku? this gives me pause because i am dubious about building on a platform's PaaS as it is now I have this as an option but they (AWS, GCP, etc) are likely to be around, but you're just you. So is this something we can self host or... is there a hostable solution you want to push folks to?
It is self-hostable today. Just clone the repository, update the .env file and run "docker compose up" to get the instance running.
Re: Show HN: Cptn.io – open-source integration platform
#37No PowerShell support?