Code Monkey home page Code Monkey logo

easybatch-framework's Introduction

What is Easy Batch?

![Gitter](https://badges.gitter.im/Join Chat.svg) MIT license

Easy Batch is a framework that aims to simplify batch processing with Java.

It addresses common tedious tasks such as reading, filtering, parsing and validating input data and lets you keep focus on your batch processing business logic.

Key features

  • Lightweight: The framework's core has no dependencies and hence a small memory footprint : a 80Ko jar file with a lot of features.

  • POJO-oriented development: Map records to your domain objects so you can still work with the Object Oriented aspect of Java.

  • Declarative data validation: Declare data validation constraints on your domain objects and let Easy Batch handle the validation code for you.

  • Easy to learn and use: Easy Batch uses a simple and natural data model and API. You can learn it easily and start using it quickly.

  • Statistics reporting: Easy Batch provides a simple and customizable reporting tools for common statistics including validation errors and processing time.

  • JMX monitoring: Monitor your batch execution and progress using JMX at runtime and in real time.

  • Parallel execution: Run multiple engine instances in parallel to speed up execution and reduce processing time.

Documentation

Project Home

http://www.easybatch.org

Continuous integration

Jenkins job @ cloudbees.com

Agile Board

Backlog items @ waffle.io

Presentation slides

https://speakerdeck.com/benas/easy-batch

Articles

Blog posts

Current version

  • The current stable version is 3.0.3
  • The current development version is 3.1.0-SNAPSHOT : Build Status

If you would like to use the snapshot version, you need to add the following repository in your pom.xml file:

<repositories>
    <repository>
        <id>ossrh</id>
        <url>https://oss.sonatype.org/content/repositories/snapshots</url>
    </repository>
</repositories>

What's coming in next version?

Version 3.1.0 will be full of new goodies:

  • Writers: Writers are record processors that write records to a data sink. This will save you a lot of boilerplate code and make writing ETL applications using Easy Batch a piece of cake!
  • Chunk processing: Finally, you will be able to process records in chunks. This is a long waited feature that has been asked by a lot of users and we have taken into account your feedback.
  • Hibernate support: There will be a new HibernateRecordReader and HibernateRecordWriter to read and write data using Hibernate.
  • And more!

See all features planned for next version here.

If a feature is implemented, you can already try it by importing the snapshot version in your project. Please give us your feedback in case of any issue to make Easy Batch more stable.

Feel free to send us your feature request, we will add it to the list!

Contribution

You are welcome to contribute to the project with pull requests on GitHub.

If you believe you found a bug, please use the issue tracker. It would be great to attach a JUnit test that fails with the current version. And you will be an awesome contributor if you send a pull request with a patch that fixes the bug!

For any further question, you can use the forum or chat with the team on Gitter.

Awesome contributors

Thank you all for your contributions!

Acknowledgments

JetBrains

Many thanks to JetBrains for providing a free license of IntelliJ IDEA to kindly support the development of Easy Batch.

IntelliJ IDEA

YourKit

Many thanks to YourKit, LLC for providing a free license of YourKit Java Profiler to kindly support the development of Easy Batch.

YourKit Java Profiler

CloudBees

Many thanks to CloudBees for providing a free Jenkins service to support continuous integration for open source projects.

CloudBees

License

Easy Batch is released under the MIT License:

The MIT License (MIT)

Copyright (c) 2015 Mahmoud Ben Hassine ([email protected])

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

easybatch-framework's People

Contributors

nihed avatar xenji avatar gitter-badger avatar chellan avatar

Watchers

James Cloos avatar Rémi Alvergnat avatar  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.