Repository: incubator-unomi Updated Branches: refs/heads/master [created] 935a6b754
Add revision Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/935a6b75 Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/935a6b75 Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/935a6b75 Branch: refs/heads/master Commit: 935a6b754d785eab32e7c985e5cb714daa4a36ce Parents: Author: Jean-Baptiste Onofré <[email protected]> Authored: Thu Nov 5 13:45:10 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Thu Nov 5 13:45:10 2015 +0100 ---------------------------------------------------------------------- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/935a6b75/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md new file mode 100644 index 0000000..18f621b --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Apache Unomi + +Unomi is a reference implementation of the OASIS Context Server specification currently being worked on by the OASIS Context Server Technical Committee. +It provides a high-performance user profile and event tracking server. + +The server is a data management platform that provides real-time user profile and event storage as well as a rule engine and fully featured REST+JSON +interfaces which make integration with very different systems easier. + +One of the main objectives of this implementation is to be modular and flexible enough to relatively easily build integration into systems such as CMS, +WCM, CRM or even ERP. Built using Apache Karaf and ElasticSearch, it is designed to also be easily clusterable to address high-traffic scenarios where lots of profile data will need to be updated at a high frequency. + +## Online Documentation + +## Building Unomi
