Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 1 / 2
30 results tagged ruby  ✕   ✕
Viperinius/huginn_owm_onecall_agent https://github.com/Viperinius/huginn_owm_onecall_agent
Wed 18 Jan 2023 05:21:26 PM PST archive.org

Queries the OneCall API of OpenWeatherMap for a given location by latitude and longitude. This API returns information about the current weather, forecasts by minute, hour, and day, and national weather alerts.

ruby huginn agents weather
Viperinius/huginn_write_influxdb_agent https://github.com/Viperinius/huginn_write_influxdb_agent
Wed 18 Jan 2023 05:17:47 PM PST archive.org

A Huginn agent that writes events into InfluxDB in line protocol format (primarily). No docs right now but there are only two files and the Huginn on-line docs therein seem helpful.

ruby huginn agents influxdb databases
tabler/tabler https://github.com/tabler/tabler
Thu 12 Jan 2023 08:24:57 AM PST archive.org

Tabler is fully responsive and compatible with all modern browsers. Thanks to its modern and user-friendly design you can create a fully functional interface that users will love! Choose the layouts and components you need and customize them to make your design consistent and eye-catching. Every component has been created with attention to detail to make your interface beautiful!

Uses the Liquid templating system.

html5 css toolkit webapps ui dashboards templates ruby
Activeworkflow: Remote Agent Ruby https://docs.activeworkflow.org/activeworkflow-agent-ruby/
Wed 16 Nov 2022 01:17:30 PM PST archive.org

The active_workflow_agent library helps you to write your own ActiveWorkflow agents in Ruby using ActiveWorkflow's remote agent API. “Remote” in this context means that agents run in separate processes from ActiveWorkflow itself. Communication between agents and ActiveWorkflow takes place via HTTP. Each agent is effectively an HTTP server which ActiveWorkflow connects to and interacts with via the remote agent API protocol.

Github: https://github.com/automaticmode/active_workflow_agent

Rubygems: https://rubygems.org/gems/active_workflow_agent

gem ruby huginn agents exocortex http json
Activeworkflow: Remote Agent API https://docs.activeworkflow.org/remote-agent-api/
Wed 16 Nov 2022 01:08:47 PM PST archive.org

You can create your own agents by developing simple services that implement ActiveWorkflow's Remote Agent API. “Remote” in this context means that agents run in separate processes from ActiveWorkflow itself. Communication between agents and ActiveWorkflow takes place via HTTP. Each agent is effectively an HTTP service or microservice which ActiveWorkflow interacts with via an RPC protocol.

https://github.com/automaticmode/active_workflow/blob/master/lib/remote_agents.rb

https://github.com/automaticmode/active_workflow/blob/master/spec/features/use_remote_agent.rb

https://github.com/automaticmode/active_workflow/blob/master/spec/lib/remote_agents_spec.rb

huginn agents functions ruby extension http exocortex json
igorkasyanchuk/rails_performance https://github.com/igorkasyanchuk/rails_performance
Tue 30 Aug 2022 12:38:41 PM PDT archive.org

Claims to be an easy-to-integrate self-hosted tool to monitor the performance of your Ruby on Rails application. This is a simple and free alternative to the New Relic APM, Datadog or other similar services. Realtime monitoring, throughput, average response time, which bits are the slowest, database queries, delayed_job monitoring, and custom events.

Known to work with Rails v4.2 and later. Requires Redis to hold the stats.

Amazingly, plugs right into Huginn using the default instructions.

ruby rails monitoring performance huginn exocortex
gardner/huginn_anomaly_agent https://github.com/gardner/huginn_anomaly_agent
Thu 11 Aug 2022 11:11:44 AM PDT archive.org

Agent that monitors a flow of data and uses Isolation Forest techniques to identify statistical outliers and anomalies.

agents ruby huginn statistics anomalies analytics
Smashing: The exceptionally handsome dashboard framework in Ruby and Coffeescript. https://github.com/Smashing/smashing
Fri 03 Jun 2022 12:59:07 PM PDT archive.org

Smashing, the spiritual successor to Dashing, is a Sinatra based framework that lets you build excellent dashboards. It looks especially great on TVs. Use premade widgets, or fully create your own with scss, html, and coffeescript. Has a REST API to push data to the dashboard. Drag and drop interface for building a dashboard.

Install the gem. Run it to create a new dashboard ("project"). Run bundle. Start the server for the project.

ruby dashboard visualization server exocortex charts rest api
hihouhou/huginn_mastodon_publish_agent https://github.com/hihouhou/huginn_mastodon_publish_agent
Sat 30 Apr 2022 07:18:46 PM PDT archive.org

Huginn agent for publishing message via the Mastodon API.

huginn ruby exocortex mastodon fediverse agent
hihouhou/huginn_sqlite_agent https://github.com/hihouhou/huginn_sqlite_agent
Mon 25 Apr 2022 05:13:06 PM PDT archive.org

A Huginn agent for querying SQLite databases. Whatever it finds are emitted as events.

huginn agent ruby exocortex sqlite databases
hihouhou/huginn_influxdb_write_data_agent https://github.com/hihouhou/huginn_influxdb_write_data_agent
Mon 25 Apr 2022 05:11:01 PM PDT archive.org

A Huginn agent for writing data into influxdb.

ruby huginn exocortex agent influxdb databases
stevenleeg/huginn_sqlite3_agent https://github.com/stevenleeg/huginn_sqlite3_agent
Thu 25 Nov 2021 02:54:29 PM PST archive.org

This gem provides two agents for Huginn that can read from and write to SQLite 3 databases.

For detailed instructions on their usage, please see the Markdown descriptions within the agents' source (which will also be displayed in your Huginn dashboard).

Note that this gem relies on the sqlite3 gem which itself requires SQLite3 development headers. If you're running Huginn on a regular server, satisfying this requirement may be simple.

exocortex huginn ruby agent databases sqlite
jacatbay/huginn_mqtt_subscriber_agent https://github.com/jacatbay/huginn_mqtt_subscriber_agent
Thu 25 Nov 2021 02:51:12 PM PST archive.org

Huginn's native mqtt agent (subscribe only) re-implemented as a LongRunnable. Simply choose a topic (think email subject line) to listen to, and configure your service. Many services run mqtts (mqtt over SSL) often with a custom certificate. You'll want to download their cert and install it locally, specifying the certificate_path configuration.

exocortex huginn ruby agent mqtt monitoring
yubuylov/huginn_unique_agent https://github.com/yubuylov/huginn_unique_agent
Thu 25 Nov 2021 02:43:22 PM PST archive.org

The UniqueAgent receives a stream of events and remits the event if it is not a duplicate. Uses Redis as its backing store.

exocortex huginn agent ruby redis analysis
darrencauthon/twitter_huginn_agents https://github.com/darrencauthon/twitter_huginn_agents
Thu 25 Nov 2021 02:42:35 PM PST archive.org

An agent that tracks when someone unfollows you on Twitter.

exocortex huginn agent ruby twitter
Unending/huginn_threshold_agent https://github.com/Unending/huginn_threshold_agent
Thu 25 Nov 2021 02:38:37 PM PST archive.org

The Threshold Agent is a conditional change detector, it emits events when a specified value is exceeded. Unlike the change detector agent each new event updates the last_property value to which the new value is compared, event when no new event is emitted.

exocortex huginn ruby agent monitoring
hihouhou/huginn_fear_and_greed_index_agent https://github.com/hihouhou/huginn_fear_and_greed_index_agent
Thu 25 Nov 2021 02:37:27 PM PST archive.org

This agent fetches fear and greed index for BTC and creates an event by notification. Uses the alternative.me REST API.

exocortex huginn ruby agent cryptocurrency monitoring firefly
akilism/huginn-SunlightLegislatorAgent https://github.com/akilism/huginn-SunlightLegislatorAgent
Thu 25 Nov 2021 02:29:28 PM PST archive.org

The SunlightLegislatorAgent uses the Sunlight Foundation Congress API to track the actions of a legislator. Will report back on any votes made, or actions on bills sponsored or cosponsored by the legislator.

You need a Sunlight Foundation API Token: http://sunlightfoundation.com/api/

You need to provide a legislator_bioguide_id for the legislator you wish to keep tabs on.

exocortex huginn ruby agent government monitoring representatives
nogre/huginn_naive_bayes_agent https://github.com/nogre/huginn_naive_bayes_agent
Thu 25 Nov 2021 02:23:42 PM PST archive.org

The Huginn Naive Bayes agent uses some incoming Events as a training set for Naive Bayes Machine Learning. Then it classifies Events from other sources accordingly using tags. Acts as a Huginn Agent front end to the NBayes gem.

exocortex huginn ruby agent bayesian classifiers
GitHub - davidesantangelo/datoji https://github.com/davidesantangelo/datoji
Tue 08 Dec 2020 04:18:36 PM PST archive.org

A tiny JSON storage service. Create, Read, Update, Delete and Search JSON data.

All returned entries are timestamped (ISO 8601). Blank fields are returned as null and not omitted. Implements JSON:API guidelines. Paginated, 20 hits per by default. OAuth2 authentication on all requests. CRUD.

Authorization: token ...

rest api data json ruby exocortex
page 1 / 2
4816 links, including 361 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn