This is an automated email from the ASF dual-hosted git repository.

isudana pushed a commit to branch synapse-go
in repository https://gitbox.apache.org/repos/asf/synapse.git


The following commit(s) were added to refs/heads/synapse-go by this push:
     new 3e6659f32 Create README.md
3e6659f32 is described below

commit 3e6659f32e0070e092cef50d70b61a637de7321c
Author: Isuru Udana Loku Narangoda <isud...@gmail.com>
AuthorDate: Wed Jan 1 07:08:27 2025 +0530

    Create README.md
---
 README.md | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/README.md b/README.md
new file mode 100644
index 000000000..63289deb2
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
+# Apache Synapse - Go Version
+
+This branch (`synapse-go`) contains the Go language implementation of Apache 
Synapse. It is developed independently of the main Java-based version and does 
not share its commit history, as this branch is an orphan branch specifically 
created for the Go implementation.
+
+## Overview
+
+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.
+
+## Getting Started
+
+### Installation
+
+Clone the repository and switch to the `synapse-go` branch:
+
+```bash
+git clone -b synapse-go https://github.com/apache/synapse.git
+cd synapse

Reply via email to