commit | 7375d5309282d76845ed8122529544f8633fc009 | [log] [tgz] |
---|---|---|
author | isudana <isudana@gmail.com> | Thu Jan 02 08:56:25 2025 +0530 |
committer | isudana <isudana@gmail.com> | Thu Jan 02 08:56:25 2025 +0530 |
tree | 4018eee78a9ffb7764143d6ec19014caee08b04d |
Add readme
This repository contains the Go language implementation of Apache Synapse. It is developed independently of the main Java-based version.
The Go version of Apache Synapse aims to leverage Go's strengths in concurrency and networked services to provide a high-performance, scalable integration engine. This version is designed from the ground up and, as such, diverges significantly from the Java implementation in both architecture and implementation.
Clone the repository:
git clone https://github.com/apache/synapse-go.git cd synapse-go