Code Monkey home page Code Monkey logo

jumpmind / metl Goto Github PK

View Code? Open in Web Editor NEW
207.0 46.0 82.0 41.5 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.84% CSS 0.14% JavaScript 7.26% HTML 0.24% Shell 0.04% Groovy 0.23% SCSS 0.25%
integration etl messaging java web vaadin

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 jmenefee2000 avatar joshahicks avatar jumpmind-josh avatar kranskydog avatar lutzb-edje avatar mzipay avatar nrichardson99 avatar philipmarzullo64 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

metl's Issues

Compute message statistics in runtime instead of component

The runtime framework should calculate the message statistics so the component developer is not writing boiler plate code constantly, and script code would be simplified. If left to the developer, components may not report statistics, which could mislead troubleshooting issues in flows.

Model Copy Functionality confusing

A model can be copied but it's confusing what happens since there is no paste.

Today it creates a second model at the end of the list of models with copy appended to the end of the name.

@erilong suggested calling it "clone" to make the functionality more clear.

Add Message Joiner Component

Add a component that would allow you to wait for the receipt of 1 or more messages from different components before triggering the next component.

Add Logical DB Component

Create a component similar to IS1 that collects messages in a logical database and allows messages to be queries from that database with hints.

This would provide an easy way to change record results based off of other records in the logical db.

Example:
Fee Plan records should return Fixed if there is only one stepping schedule on the logical but Stepping if there is more than one record.

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.