Giter Site home page Giter Site logo

adonis2014 / metl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jumpmind/metl

0.0 1.0 0.0 16.71 MB

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

License: GNU General Public License v3.0

Java 91.13% Groovy 0.25% CSS 0.42% JavaScript 7.89% Shell 0.04% HTML 0.26%

metl's Introduction

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.

metl's People

Contributors

abrougher avatar arunhariharan1 avatar chenson42 avatar danlmay avatar devneri avatar erilong avatar gwilmer avatar joshahicks avatar jumpmind-josh avatar kranskydog avatar nrichardson99 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.