Show HN: Atlas Connex – A tool for simplifying systems integration
1 points| jcal93 | 4 years ago |atlasconnex.com
Avid reader here, never a poster - til today. I've built Atlas Connex and wanted to show it off and hear what you've got to say!
What's it do/what's it for?
It's a SaaS/IaaS tool meant for taking the burden off engineering teams when integrating disparate networked systems.
For example, you need to build some continuous, event-driven ETL type data flow, but you can't modify the source and/or destination systems or it's a pain to do so, Atlas Connex is meant to plug in here.
It can accept data from any source type (HTTP requests, MQTT topics, polled APIs, etc.) route it through a series of filters and transformers (which either make decisions about dropping the payload altogether or massage/format the data) and then send it on to a destination, which can be a multitude of endpoint types and formats as well. Delivery is done via managed queues which can be paused, throttled, etc., so unreliable endpoints are not dropping data, they are just queued up for later delivery.
The idea is that a team only needs to write a small piece of Python code (which is the filter language) and define a route to get a reliable data flow up and running. Whether it's a fan-in (many sources to one destination) topology or fan-out (the other way 'round) the platform is meant to unburden teams with the "getting the data there" part so they can focus on using that data in automation, building real value, etc.
I'd love to hear any and all feedback, from first impressions, to anyone who will give the system a test run and give technical feedback, let me know!
Lastly, thanks HN for being an awesome place for makers, builders, and tech folks!
No comments yet.