https://github.com/frankframework/frankframework
The Frank!Framework is an easy-to-use, stateless integration framework which allows (transactional) messages to be modified and exchanged between different systems.
https://github.com/frankframework/frankframework
community-driven data-flow elt-framework erp erp-framework etl-framework framework frank integration integration-framework integration-platform ipaas java low-code low-code-development-platform low-code-platform open-source self-hosted system-integration xml-configuration
Last synced: about 19 hours ago
JSON representation
The Frank!Framework is an easy-to-use, stateless integration framework which allows (transactional) messages to be modified and exchanged between different systems.
- Host: GitHub
- URL: https://github.com/frankframework/frankframework
- Owner: frankframework
- License: apache-2.0
- Created: 2013-03-21T11:48:24.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-05-13T09:06:30.000Z (7 months ago)
- Last Synced: 2025-05-13T09:24:51.041Z (7 months ago)
- Topics: community-driven, data-flow, elt-framework, erp, erp-framework, etl-framework, framework, frank, integration, integration-framework, integration-platform, ipaas, java, low-code, low-code-development-platform, low-code-platform, open-source, self-hosted, system-integration, xml-configuration
- Language: Java
- Homepage: https://frankframework.org
- Size: 110 MB
- Stars: 139
- Watchers: 7
- Forks: 81
- Open Issues: 243
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-integration - Frank!Framework (⭐150) - Low-code Java messaging framework that simplifies system connectivity and data integration through configurable XML setups. (Projects / Integration Frameworks)
- trackawesomelist - Frank!Framework (⭐139) (⭐136) - Low-code Java messaging framework that simplifies system connectivity and data integration through configurable XML setups. (Recently Updated / [Mar 19, 2025](/content/2025/03/19/README.md))
README
Frank!Framework
===============
**Exchange, modify and aggregate messages between systems!**

[](https://github.com/frankframework/frankframework/blob/master/LICENSE)
[](https://github.com/frankframework/frankframework/actions?query=workflow%3A%22Java+CI+with+Maven%22+branch%3Amaster)
[](https://github.com/frankframework/frankframework/pulls)
[](https://codecov.io/gh/frankframework/frankframework)
[](https://app.codacy.com/gh/frankframework/frankframework/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[](https://www.codefactor.io/repository/github/frankframework/frankframework)
[](https://github.com/frankframework/frankframework/graphs/contributors)
[](https://central.sonatype.com/namespace/org.frankframework)
[](https://nexus.frankframework.org/#browse/browse)
[](https://app.fossa.com/projects/git%2Bgithub.com%2Ffrankframework%2Ffrankframework?ref=badge_shield&issueType=license)
[](https://app.fossa.com/projects/git%2Bgithub.com%2Ffrankframework%2Ffrankframework?ref=badge_shield&issueType=security)
[](https://app.soos.io/research/repositories/github/frankframework/frankframework?attributionFormat=soosissues)
## Open-Source, Low-Code & Stateless
The Frank!Framework is a framework that is completely configurable through XML configurations. Each Frank!Application may contain multiple configurations, and each configuration can consist of multiple end-to-end connections which we call 'adapters'. Configurations may be (re)loaded conditionally or individually for optimal performance and customizability.
The application may be managed and monitored through a web interface or REST API.
See it in action: https://frank2example.frankframework.org
## Running the Frank-Framework
The Frank!Framework can run on any java runtime version 17 and up, either as a standalone Spring Boot application or as a WAR file deployed inside an application server.
### Application Server Support
The Frank!Framework can be deployed as a WAR file in any application server supporting WAR file deployment. In our CI we test every PR and Release against Tomcat, Wildfly and JBoss, all these application servers are supported by us for use in production environments.
Other application servers should work but are untested by us.
You may [create containers](/docker/README.md) to run the framework using the beforementioned application servers. Please note that they are for development use only, more info about using and creating them can be found in [Docker.md](Docker.md).
All production-ready containers will be pushed to our [Nexus Repository Manager](https://nexus.frankframework.org/) `frankframework-docker` repository. Helm charts are available [in the charts repository](https://github.com/frankframework/charts).
### JDBC and Database support
The Frank!Framework is built using the features of JDBC4.2 and has built-in support for MS SQL Server, Oracle, Postgresql, MariaDB and MySQL. Every PR and Release is tested against these databases.
Support for DB2 is provided on an as-is basis.
### JMS support
The Frank!Framework is built using the JMS 3.1 API and should be compatible with JMS client implementations that fully implement this specification. In our CI we test each PR and each Release against Apache ActiveMQ and Apache ActiveMQ Artemis client and server.
If you need JMS support in your Frank!Framework deployment, make sure that the Messaging module is included in your deployment, or your project dependencies.
## Rebranding
The Ibis Adapter Framework has been renamed to "Frank!Framework". The migration is a work in progress, which is why you may encounter some old(er) names throughout our source code. Don't worry, everything will remain fully backwards compatible!
## Releases
All our releases can be found on Maven central. Individual builds can be found on our Nexus repository [here](https://nexus.frankframework.org).
For more information about our releases (such as improvements, non-backwards compatibility changes and security fixes), see the release notes of your version [here](https://github.com/frankframework/frankframework/releases).
## Security
It is important to remember that the security of your Frank!Application is the result of the overall security of the hosting stack; the Java runtime, Application Server, Frank!Framework and your configuration.
It is our responsibility that there are no vulnerabilities in the Frank!Framework itself and all it's Java dependencies. In turn it is your responsibility to keep your Frank!Framework version up to date and ensure there are no vulnerabilities in your configuration.
More information about reporting vulnerabilities, supported versions and how we deal with CVE's can be found in our [Security Policy](SECURITY.md).
## Feedback
For bug reports and feature requests, create a new issue at .
For general questions feel free to post them on our [discussions forum](https://github.com/frankframework/frankframework/discussions) here on GitHub.
If you would like to report a vulnerability, or have security concerns regarding the Frank!Framework, please email security@frankframework.org and include the word "SECURITY" in the subject line.
## Frank!Manual
In need of help? Our manual can be found at . If you cannot find an answer to your question feel free to [submit a question in discussions](https://github.com/frankframework/frankframework/discussions). If you want to contribute to our manual, the sources can be found [here](https://github.com/frankframework/frank-manual).
## Contributing
Eager to help us expand or enhance our framework?
Please read our [Code of Conduct](CODE_OF_CONDUCT.md) before [Contributing](CONTRIBUTING.md).
## Show Your Support
Star the repository to stay current with our newest updates and enhancements!
