Apache Unomi

Clone this repo:
  1. 36e9ac4 [UNOMI-962] Harden 3.1 REST API: V2 compat auth, missing-resource 404s, and export validation (#823) by Serge Huber · 18 hours ago master
  2. fa413ad UNOMI-960: API Javadoc, manual docs, and validation tooling (#821) by Serge Huber · 2 days ago
  3. e504743 UNOMI-875: Document unomi-3-dev branch archive in agent guides (#820) by Serge Huber · 3 days ago
  4. d24b346 UNOMI-875: REST delete routes, IT closure, and Postman docs (PR9) (#819) by Serge Huber · 3 days ago
  5. c8878af UNOMI-875: Post-3.1 npm hygiene (wab + graphql-ui Dependabot batch) (#818) by Serge Huber · 4 days ago

Build Status Maven Central

Apache Unomi

https://unomi.apache.org

Apache Unomi stores user profile information and is mostly used to provide a backend server for A/B testing and personalization. To do so it implements the currently under development OASIS Context Server specification.

License

The source code is available under the Apache License V2

Branches

  • main (master) branch: is the current development branch and should be considered unstable. At this it might even not compile. It is only recommended for Unomi developers or people looking to contribute on the project.
  • unomi-X.X.X branches : these are the maintenance branches of the stable releases of Apache Unomi and should always compile and be stable. These are recommended for users that prefer to work from the source code. Otherwise you can find packaged binaries on the Apache Unomi website.

Apache Unomi 3.x

Unomi 3.0+ requires Java 17, Karaf 4.4, and Elasticsearch 9.x. Unomi 3.1 adds multi-tenancy, OpenSearch 3 support, a cluster-aware task scheduler, and persistence-based clustering.

  • Build and run: see manual/src/main/asciidoc/building-and-deploying.adoc or manual/src/main/asciidoc/5-min-quickstart.adoc
  • Docker: see docker/README.md
  • Multi-tenancy and API keys: see manual/src/main/asciidoc/multitenancy.adoc
  • Migrations: see manual/src/main/asciidoc/migrations/migrations.adoc

Documentation

You can find all the updated documentation, including building and deployment instructions, on the Apache Unomi web site.