Giter VIP home page Giter VIP logo

openframework's Introduction

EasyRPA Open Framework

Table of Contents

Introduction

The Robotic Process Automation (RPA) supposes the doing of things in a way as human does it, via UI elements. But the work with different document formats or services such as Excel, PDF, Google Docs, etc. can be done without actual manipulation with UI elements. If RPA platform supports describing of robot scenarios based on the one of popular program language like Java, the automation of these things can be done using tens of existing functional libraries and APIs. Such approach allows significantly speedup the robot work and increase performance. At the same time, if you are not familiar with these libraries it takes much time to find them and investigate. Moreover, the found functionality will be poorly adapted for usage in the code of robot scenarios. As result the using of functional libraries and APIs can become a nightmare.

EasyRPA Open Framework is a collection of open-source Java-libraries for Robotic Process Automation designed to be used with EasyRPA platform. It keeps in one place libraries to work with most popular document formats and services. The functionality is clear and easy to use with minimal amount of preparation or configuration steps in the code that ``significantly simplifies development of RPA processes.

The project is:

  • 100% Open Source
  • Optimized for EasyRPA platform
  • Accepting external contributions

License

Usage

EasyRPA Open Framework consist of several independent libraries. All of them are deployed on Maven Central repository.

In order to use any of EasyRPA Open Framework's library you need simply add it as a dependency in your Maven POM file. E.g.:

<dependency>
    <groupId>eu.easyrpa</groupId>
    <artifactId>easy-rpa-openframework-email</artifactId>
    <version>1.0.0</version>
</dependency>

Additionally, to let libraries collaborate with RPA platform it's necessary to add as dependency corresponding adapter. Since this framework initially was intended and optimized to work with EasyRPA platform currently only adapter for EasyRPA platform is implemented and supported.

mavenVersion

<dependency>
    <groupId>eu.easyrpa</groupId>
    <artifactId>easy-rpa-adapter-for-openframework</artifactId>
    <version>2.7.0</version>
</dependency>

There is no limitation to implement similar adapter for any other RPA platform that uses Java program language for describing of robot scenarios but it's out of this project scope.

Libraries

The EasyRPA Open Framework includes following libraries:

Name Latest version Description
Database Maven Central Functionality to work with remote databases (MySQL, PostgreSQL, Oracle, DB2, MS SQL Server).
Email Maven Central Functionality to work with mailboxes and email messages.
Excel Maven Central Functionality to work with Excel documents.
Google Services Maven Central Functionality to perform authentication, authorization and instantiation of Google Workspace API client services like Drive, Sheets, Calendar etc.
Google Drive Maven Central Functionality to work with Google Drive files and folders.
Google Sheets Maven Central Functionality to work with Google Sheets.

Examples

Please refer to Examples page to see the full list of examples of using EasyRPA Open Framework libraries.

Contributing

Found a bug and it is necessary to make a fast fix? Wants to add a critical feature? Interested in contributing? Head over to the Contribution guide to see where to get started.

License

This project is open-source and licensed under the terms of the Apache License 2.0.

openframework's People

Contributors

actions-user avatar defcaleon avatar dkatkov-moon avatar dzyap avatar easyrpa avatar hlan-by avatar mtrubach avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.