All Projects → JumpMind → Metl

JumpMind / Metl

Licence: gpl-3.0
Metl is a simple, web-based integration platform that allows for several different styles of data integration including messaging, file based Extract/Transform/Load (ETL), and remote procedure invocation via Web Services. Read more at www.jumpmind.com/products/metl/overview

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Metl

neo4j-jdbc
JDBC driver for Neo4j
Stars: ✭ 110 (-40.54%)
Mutual labels:  integration, etl
Product Ei
An open source, a high-performance hybrid integration platform that allows developers quick integration with any application, data, or system.
Stars: ✭ 277 (+49.73%)
Mutual labels:  integration, messaging
awesome-integration
A curated list of awesome system integration software and resources.
Stars: ✭ 117 (-36.76%)
Mutual labels:  etl, messaging
Alpakka
Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.
Stars: ✭ 1,154 (+523.78%)
Mutual labels:  integration, messaging
naas
⚙️ Schedule notebooks, run them like APIs, expose securely your assets: Jupyter as a viable ⚡️ Production environment
Stars: ✭ 219 (+18.38%)
Mutual labels:  integration, etl
Airbyte
Airbyte is an open-source EL(T) platform that helps you replicate your data in your warehouses, lakes and databases.
Stars: ✭ 4,919 (+2558.92%)
Mutual labels:  etl, integration
Bender
Bender - Serverless ETL Framework
Stars: ✭ 171 (-7.57%)
Mutual labels:  etl
Hooka
😎 A webhook server with zero coding
Stars: ✭ 180 (-2.7%)
Mutual labels:  integration
Linq2db
Linq to database provider.
Stars: ✭ 2,211 (+1095.14%)
Mutual labels:  etl
Rabbitmq Mqtt
RabbitMQ MQTT plugin
Stars: ✭ 169 (-8.65%)
Mutual labels:  messaging
Linebot
🤖 SDK for the LINE Messaging API for Node.js
Stars: ✭ 184 (-0.54%)
Mutual labels:  messaging
Kombu
Kombu is a messaging library for Python.
Stars: ✭ 2,263 (+1123.24%)
Mutual labels:  messaging
Nextcloud Drawio
Draw.io intergration app
Stars: ✭ 177 (-4.32%)
Mutual labels:  integration
Faas Flow
Function Composition for OpenFaaS
Stars: ✭ 172 (-7.03%)
Mutual labels:  integration
Aws Serverless Data Lake Framework
Enterprise-grade, production-hardened, serverless data lake on AWS
Stars: ✭ 179 (-3.24%)
Mutual labels:  etl
Tigase Server
Highly optimized, extremely modular and very flexible XMPP/Jabber server
Stars: ✭ 170 (-8.11%)
Mutual labels:  messaging
Scaproust
Implementation of the nanomsg "Scalability Protocols" in rust.
Stars: ✭ 183 (-1.08%)
Mutual labels:  messaging
Stream Chat Android
Stream Chat official Android SDK. The tutorial covers how to build your own chat experience using either Java or Kotlin.
Stars: ✭ 165 (-10.81%)
Mutual labels:  messaging
Grafter
Linked Data & RDF Manufacturing Tools in Clojure
Stars: ✭ 174 (-5.95%)
Mutual labels:  etl
Zenoh
zenoh unifies data in motion, data in-use, data at rest and computations. It carefully blends traditional pub/sub with geo-distributed storages, queries and computations, while retaining a level of time and space efficiency that is well beyond any of the mainstream stacks.
Stars: ✭ 182 (-1.62%)
Mutual labels:  messaging

This is the development site for Metl. To run the latest and greatest use the following instructions. The latest release can be downloaded here:

Download Metl

Please use the forum for general discussion and questions. It is location here: https://sourceforge.net/p/metl/discussion/general/

Metl is a simple, web-based integration platform that allows for several different styles of data integration including messaging, file based Extract/Transform/Load (ETL), and remote procedure invocation via Web Services.

Metl was built to solve fairly simple day to day integration tasks without the need for custom coding, heavy infrastructure or high costs. It can be deployed in the cloud or in an internal data center, and was built to allow developers to extend it to fit their needs by writing their own components that can be included and leveraged by the existing Metl infrastructure.

Build Me, Run Me

This project requires the Java JDK to build and run. The build currently generates a war file which can be deployed to an application server like Apache Tomcat. The war file can also be run as a standalone application, in which case it uses an embedded Jetty web server.

Build

cd metl-assemble
./gradlew assemble

Run

cd ../metl-war/build/libs
java -jar metl.war

Deploy

To Tomcat:

cp ../metl-war/build/libs/metl.war /opt/apache-tomcat-8.0.14/webapps/.
/opt/apache-tomcat-8.0.14/bin/catalina restart

Or install as a standalone service on Linux or Windows:

java -jar metl.war install

Develop

To develop in Eclipse run the following and import the generated projects:

cd metl-assemble
./gradlew develop

To run in Eclipse, use the "Show Your Metl" launch shortcut.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].