Looks really cool. In the past I've had to code up and deploy simple, single-purpose Ruby or Meteor apps to interface between two services, this looks like it could replace them pretty well.
Hoist hunted 2 years has pivoted to a microservice platform that talks to API's. Trigger code when events happen in your favorite web services.
Seamlessly connect to your favorite data sources and Hoist will watch them in the background. When something happens in your data sources, Hoist runs an event. You choose which events you want watch by selecting them from the 'trigger' menu.
@kwdinc Hi Kevin, Thanks for submitting us on Product Hunt. I’m Jamie the CEO of Hoist. We’ve recently launched the platform into Open Beta so we’d love as much feedback from people as possible. Sign up have a go and be sure to tell us what you think!
@blake We're keeping on top of it, and it’s been a while since we’ve had issues, so if you’re still experiencing downtime please feel free to ping me here or at jamie@hoist.io
I did an internship with them last summer, and can personally vouch for the quality of their product. Super professional and dedicated team. If you have any api problems, I highly suggest getting in contact with them :)
@idmtr Hi Dimitar. Hubot is a great bot script that works by listening to chat rooms and parsing messages. Hoist could be used to build a hubot style application, but it's powers are different. Unlike a chatbot, Hoist can be plugged into all sorts of events (we're building more connectors all the time) so you can code actions when a change is made in a GitHub repository, or when someone mentions you on Twitter and then use that event to trigger an action in another service. So Hoist is focused on event triggered code modules from APIs rather than monitoring a single channel for key words. Also Hoist is fully managed and hosted so there's no need to find another service to host your code. it lives and runs right on the Hoist platform itself
Great reply@buildmaster! Thanks for clearing this out. Now the trouble is that I see too many applications of this, so where do I start humm humm, head scratch:) Thanks!
This looks great, I can think of at least 2 or 3 services & data sources off the top of my head that would be perfect for an integration with this service. This seems like it solves the problem of needing to build infrastructure around simple trigger based scripts.
This looks really interesting! Seems like a happy marriage between IFTTT and Amazon Lambda. What triggers do you support currently out of the box? I guess adding new triggers as a user would be done using webhooks?
@akupila We currently support triggers from Github, Twitter, Slack, Highrise and Xero and let you read and write from a few other data sources. Data sources can either be added via webhooks or by creating a connector - our framework for data sources is open source (see the twitter connector here: github.com/hoist/hoist-connector-twitter), but we expect we'll be building most of the popular ones ourselves.
Sidebar