From a9ff8eb659d74ab294dc2084000f82e2a8d6654a Mon Sep 17 00:00:00 2001 From: Karthik Sivadas Date: Tue, 20 Feb 2024 14:34:05 +0530 Subject: [PATCH 1/2] doc: Add Multiwoven --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index cabbceef..a7fc63f5 100644 --- a/README.md +++ b/README.md @@ -1094,6 +1094,10 @@ Where to discover new Ruby libraries, projects and trends. * [Raygun](https://github.com/carbonfive/raygun) - Builds applications with the common customization stuff already done. * [Suspenders](https://github.com/thoughtbot/suspenders) - Suspenders is the base Rails application used at thoughtbot. +## Reverse ETL Platform + +* [Multiwoven](https://github.com/Multiwoven/multiwoven) - The open-source reverse ETL, data activation platform developed using Ruby and Ruby on Rails. + ## Robotics * [Arli](https://github.com/kigster/arli) - Arli is the CLI tool for searching, installing, and packaging Arduino libraries with a project using a YAML-based Arlifile. It's a "Bundler for Arduino Development". From 7b64eb0cdadfe2627614445cd386f2a9acba140f Mon Sep 17 00:00:00 2001 From: Karthik Sivadas Date: Tue, 20 Feb 2024 16:51:14 +0530 Subject: [PATCH 2/2] doc: Update section --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index a7fc63f5..c5b67a67 100644 --- a/README.md +++ b/README.md @@ -455,6 +455,7 @@ Thanks to all [contributors](https://github.com/markets/awesome-ruby/graphs/cont * [CSV Reader](https://github.com/csvreader/csvreader) - A modern tabular data (line-by-line records) reader supports "classic" CSV but also CSV Numerics, `CSV <3 JSON`, `CSV <3 YAML`, tab, space or fixed width fields (FWF) and many more flavors and dialects. * [Kiba](http://www.kiba-etl.org) - A lightweight data processing / ETL framework for Ruby. * [ruby-stemmer](https://github.com/aurelian/ruby-stemmer) - It Provides Snowball algorithm for stemming purposes. +* [Multiwoven](https://github.com/Multiwoven/multiwoven) - The open-source reverse ETL, data activation platform developed using Ruby and Ruby on Rails. ## Data Visualization @@ -1094,10 +1095,6 @@ Where to discover new Ruby libraries, projects and trends. * [Raygun](https://github.com/carbonfive/raygun) - Builds applications with the common customization stuff already done. * [Suspenders](https://github.com/thoughtbot/suspenders) - Suspenders is the base Rails application used at thoughtbot. -## Reverse ETL Platform - -* [Multiwoven](https://github.com/Multiwoven/multiwoven) - The open-source reverse ETL, data activation platform developed using Ruby and Ruby on Rails. - ## Robotics * [Arli](https://github.com/kigster/arli) - Arli is the CLI tool for searching, installing, and packaging Arduino libraries with a project using a YAML-based Arlifile. It's a "Bundler for Arduino Development".