noticed VS Huginn

Compare noticed vs Huginn and see what are their differences.

noticed

Notifications for Ruby on Rails applications (by excid3)

Huginn

Create agents that monitor and act on your behalf. Your agents are standing by! (by huginn)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
noticed Huginn
9 121
2,282 41,523
- 2.1%
9.4 7.2
8 days ago 18 days ago
Ruby Ruby
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

noticed

Posts with mentions or reviews of noticed. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-08.
  • How to Build Your Own Rails Generator
    3 projects | dev.to | 8 Feb 2023
    These kinds of generators exist in the Noticed gemand within Rails itself via the various rails scaffold commands and even the rails new command, which is a Rails generator itself.
  • System Notifications with Noticed and CableReady in Rails
    3 projects | dev.to | 30 Nov 2022
    The Noticed gem makes developing notifications fantastically easy by providing a database-backed model and pluggable delivery methods for your Ruby on Rails application. It comes with built-in support for mailers, websockets, and a couple of other delivery methods.
  • Slack notification when record is created in a db table.
    1 project | /r/rails | 31 Aug 2022
  • Help with receiving email notifications - hint would be appreciated
    2 projects | /r/rubyonrails | 11 Aug 2022
    I highly recommend the noticed gem for sending notifications. It supports a bunch of different delivery methods, including email, and it's really well documented.
  • GSoC 2022 CircuitVerse | Week 5 and 6 Report
    3 projects | dev.to | 23 Jul 2022
    Currently, CircuitVerse uses activity_notification gem for the Notifications but the gem is not maintained any more and the notification page is very lagging. So we decided to replace the gem and we found noticed gem by chris oliver of Gorails.
  • User notifications with Rails, Noticed, and Hotwire
    4 projects | dev.to | 21 Mar 2022
    Rails developers that need to add a notification system to their application often turn to Noticed. Noticed is a gem that makes it easy to add new, multi-channel notifications to Rails applications.
  • Are there built in Ruby-tools to help you code out and monitor CRM-like workflows (e.g. upon action X, event Y will trigger in 5 days, and event Z in 15 days, etc). Need something that a user can monitor on a console.
    5 projects | /r/rails | 11 Jan 2022
    Have you looked at Caffinate or noticed ?
  • Rails application boilerplate for fast MVP development
    63 projects | dev.to | 6 Aug 2021
    noticed for notifications
  • Learning Ruby: Things I Like, Things I Miss from Python
    11 projects | news.ycombinator.com | 15 Feb 2021
    > I think often the things that don’t exist are not there for good reasons... using Stripe’s api for example from a module is pretty trivial in my experience, it’s just HTTP and you don’t need to be super clever about it.

    It's way more involved than inserting an auth token header into an HTTP request and calling some API endpoint.

    For example, what about verifying webhooks? The official libraries for Stripe (Python, Ruby, Node, PHP, Go, JS, etc.) deal with this for you.

    But with Elixir, you're on your own. This is very low level code to have to deal with and it's extremely important you get it right.

    You're left having to parse Stripe's specification on this and then implement the code yourself in Elixir. It's so tricky and involved that the Dashbit company (the creator of Elixir and members of the core team work there) wrote a blog post on it at https://dashbit.co/blog/how-we-verify-webhooks.

    But before a few months ago that blog post didn't exist. Also this isn't the only thing you'll have to do yourself when it comes to interacting with Stripe.

    Then you'll have to do similar things for other payment providers all which are different in a lot of ways, but with Rails you have the combination of having official Ruby clients from those payment providers and even the Pay gem which lets you support payments from multiple providers. That could easily be a few months of dev time just for that abstraction alone if you had to go about that from scratch and your implementation wouldn't have any track record until you start using it and ironing out the bugs from real world experience.

    > Again notifications doesn’t sound particularly difficult and I don’t see why I’d want to rely on some complex gem that does every option when I don’t need them

    Don't take this the wrong way but this seems to be the mindset of almost everyone I chatted with when it comes to Elixir. When someone asks how to do something, the answer is it's trivial or easy to implement but there's never any examples posted on how to do it.

    In my mind trivial or easy means I can sit down in maybe a few hours or a day and write a production ready solution, complete with tests and have it work exactly how I want without running into any major roadblocks.

    I'd be curious to see how you would implement https://github.com/excid3/noticed or https://github.com/excid3/pay. Based on your responses of saying these things are easy I'm guessing you've written large apps with Phoenix where you've developed features like this in a production app? It would be fantastic if you could post some code examples or a blog post on how you went about this. Not just to answer my specific question but I'm sure the community would appreciate having concrete examples of how it's done. This way more folks would use the framework.

Huginn

Posts with mentions or reviews of Huginn. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-30.
  • Create agents that monitor and act on your behalf
    1 project | news.ycombinator.com | 24 Mar 2024
  • IFTTT is killing its pay-what-you-want Legacy Pro plan
    5 projects | news.ycombinator.com | 30 Jan 2024
  • Pipe Dreams: The life and times of Yahoo Pipes
    7 projects | news.ycombinator.com | 15 Dec 2023
    I skipped to chapter 9 in the article ("Clogged"), and it looked like Pipes failed because it didn't have a large enough team or a well-defined mission. As a result they couldn't offer a super robust product that would lure in enterprise users. "You could not purchase some number of guaranteed-to-work Pipes calls per month" is the quote from the article.

    The reason I think that interesting is because that's the model these days for everything from AI tokens to Monday.com seats. It makes me feel like Pipes was before its time.

    That said I've been collecting different "business glue" products that are similar to Pipes. To me, like you say, they aren't as interesting, exciting and intuitive as Pipes was, but maybe it just takes a little more digging. I tried to focus on open source tools but some aren't.

    - n8n io: https://n8n.io/integrations/mondaycom/

    - Node-RED: https://nodered.org/ (just read about this one in this thread)

    - trigger dev: trigger.dev

    - automatisch.io: https://automatisch.io/docs/

    - Activepieces: https://www.activepieces.com/docs/getting-started/introducti...

    - Huginn: https://github.com/huginn/huginn

    - budibase: https://budibase.com/

    - windmill: https://www.windmill.dev/

    - tooljet: https://www.tooljet.com/workflows

    - Bracket: https://www.usebracket.com/pricing (just SalesForce <-> PostgreSQL)

    - Zapier: zapier.com/

    Anyway I hope some of these are fun!

  • Ask HN: What is the correct way to deal with pipelines?
    4 projects | news.ycombinator.com | 21 Sep 2023
    "correct" is a value judgement that depends on lots of different things. Only you can decide which tool is correct. Here are some ideas:

    - https://camel.apache.org/

    - https://www.windmill.dev/

    - https://github.com/huginn/huginn

    Your idea about a queue (in redis, or postgres, or sqlite, etc) is also totally valid. These off-the-shelf tools I listed probably wouldn't give you a huge advantage IMO.

  • Are you using Huginn? If so do you have any latest documentation?
    1 project | /r/selfhosted | 15 Aug 2023
    Huginn (https://github.com/huginn/huginn) has like some 39K stars on Github and the use cases it covered looks good.
  • Generate RSS feed for any website using CSS selectors
    2 projects | news.ycombinator.com | 14 Jul 2023
    Huginn is an another useful tool that allows you to wrangle CSS selectors and XPath nodes to create RSS feeds.

    I use it quite successfully to get data out of undocumented APIs and out into RSS.

    https://github.com/huginn/huginn

  • What web scrapers do you recommend.
    1 project | /r/docker | 5 Jul 2023
    I know of Huginn that could be usefull depending on what you want to do.
  • Any recommendations for a open source replacement for If This Then That?
    2 projects | /r/opensource | 1 Jul 2023
    https://github.com/huginn/huginn ??
  • Looking for a web scrapper to detect changes to a webpage on a schedule
    2 projects | /r/selfhosted | 27 Jun 2023
    Huginn
  • LLM Powered Autonomous Agents
    3 projects | news.ycombinator.com | 27 Jun 2023
    "not a single word about the safety implications of such a system"

    Oh please. Not everything has to be regulated-to-hells before a use case is even found on this. Autonomous agents have existed for decades.

    If it can automate agents like huginn[0] with natural language, I'd be very happy. Autonomous agents doesn't mean it's going to take over the world autonomously. Let's lower the fearmongering a bit.

    [0]: https://github.com/huginn/huginn

What are some alternatives?

When comparing noticed and Huginn you can also consider the following projects:

Sidekiq - Simple, efficient background processing for Ruby

Node RED - Low-code programming for event-driven applications

Ahoy - Simple, powerful, first-party analytics for Rails

n8n - Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.

heya - Heya 👋 is a campaign mailer for Rails. Think of it like ActionMailer, but for timed email sequences. It can also perform other actions like sending a text message.

Beehive - A flexible event/agent & automation system with lots of bees 🐝

web-push - Web Push library for Node.js

Home Assistant - :house_with_garden: Open source home automation that puts local control and privacy first.

Annotate - Annotate Rails classes with schema and routes info

RSS-Bridge - The RSS feed for websites missing it

unholy - a ruby-to-pyc compiler

changedetection.io - The best and simplest free open source web page change detection, website watcher, restock monitor and notification service. Restock Monitor, change detection. Designed for simplicity - Simply monitor which websites had a text change for free. Free Open source web page change detection, Website defacement monitoring, Price change notification