The project is in a healthy, maintained state
Etl Integrations is a comprehensive Ruby gem designed to facilitate seamless connectivity between various data sources and SaaS platforms.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Project Readme

ETL Tool

Steps to run locally -

Backend:

  1. cd server/
  2. Change the path of the multiwoven-integration gem, it should be root path of integration folder
  3. bundle install
  4. rails s

Fronted:

  1. cd ui/
  2. npm run dev