This is an automated email from the ASF dual-hosted git repository.
OpenPj pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/manifoldcf.git
The following commit(s) were added to refs/heads/trunk by this push:
new 59f9e8dca added shields.io badges
59f9e8dca is described below
commit 59f9e8dca034ee3ab4c34b108b02b5c5d3cd406e
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Thu Aug 6 12:30:10 2026 +0200
added shields.io badges
---
README.md | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 84 insertions(+)
diff --git a/README.md b/README.md
new file mode 100644
index 000000000..37bdfc2f1
--- /dev/null
+++ b/README.md
@@ -0,0 +1,84 @@
+# Apache ManifoldCFโข
+
+[](https://manifoldcf.apache.org/)
+[](https://jdk.java.net/25/)
+[](https://openjdk.org/projects/loom/)
+[](https://eclipse.dev/jetty/)
+[](https://www.apache.org/licenses/LICENSE-2.0)
+[](https://hub.docker.com/r/apache/manifoldcf)
+[](https://issues.apache.org/jira/projects/CONNECTORS)
+
+An open-source enterprise content integration framework designed to crawl,
extract, and index documents from disparate content repositories into search
engines, vector databases, and AI pipelines while preserving native document
Access Control Lists (ACLs).
+
+---
+
+## ๐ Key Features
+
+* **Security-Aware Ingestion:** Preserves native document Access Control Lists
(ACLs) and security trimming to ensure users only search content they are
authorized to view.
+* **Extensive Repository Connectors:** Pre-built connectors for SharePoint,
Google Drive, Amazon S3, CMIS, Web, File Systems, JDBC, Nuxeo, REST APIs, and
more.
+* **Flexible Output Targets:** Native output support for Apache Solr,
OpenSearch, Elasticsearch, Qdrant, and custom RAG / vector storage pipelines.
+* **High-Throughput Concurrency:** Powered by **Java 25 & Virtual Threads
(Project Loom)** for ultra-scalable, non-blocking asynchronous document
fetching.
+* **Modern Web Stack:** Embedded **Jetty 12.1** application container.
+* **Cloud Native:** Container-ready with official Docker images and
Helm/Kubernetes integration support.
+
+---
+
+## ๐ ๏ธ Prerequisites & Building from Source
+
+### Requirements
+* **Java Development Kit (JDK):** Java 25 or higher (`java -version`).
+* **Apache Ant:** Version 1.10.0 or higher (`ant -version`).
+* **Apache Maven:** Version 3.8.0 or higher (for Maven builds).
+
+### Building with Apache Ant
+```bash
+# Build complete release package
+ant clean build
+
+# Run single-process example
+cd dist/example
+java --enable-preview -jar start.jar
+```
+
+### Building with Apache Maven
+```bash
+mvn clean install
+```
+
+---
+
+## ๐ณ Docker Quickstart
+
+Pull and run the official Apache ManifoldCF container:
+
+```bash
+docker pull apache/manifoldcf:2.31
+docker run -d -p 8345:8345 --name manifoldcf apache/manifoldcf:2.31
+```
+
+Access the UI at `http://localhost:8345/mcf-crawler-ui`.
+
+---
+
+## ๐ Source Code Structure
+
+* **`framework/`**: Core Apache ManifoldCF crawler framework and execution
agents.
+* **`connectors/`**: Repository, authority, transform, and output connector
modules.
+* **`distribution/`**: Packaging build targets and example setups.
+* **`site/`**: Documentation and website source files.
+
+---
+
+## ๐ค Community & Support
+
+* **Website:** [https://manifoldcf.apache.org/](https://manifoldcf.apache.org/)
+* **Issue Tracker:** [Apache JIRA
(CONNECTORS)](https://issues.apache.org/jira/projects/CONNECTORS)
+* **Mailing Lists:**
+ * Developer List: `[email protected]`
+ * User List: `[email protected]`
+
+---
+
+## ๐ Licensing
+
+Apache ManifoldCF is licensed under the [Apache License 2.0](LICENSE.txt).