Repository: incubator-unomi Updated Branches: refs/heads/master d62767458 -> 877602f2b
Cleanup branch for codebase donation Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/877602f2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/877602f2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/877602f2 Branch: refs/heads/master Commit: 877602f2b8c1bceb0caba65f26c5ea21d1938b17 Parents: d627674 Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon Nov 23 17:29:17 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Nov 23 17:29:17 2015 +0100 ---------------------------------------------------------------------- .gitignore | 72 --------------------------------------------------------- README.md | 14 ----------- 2 files changed, 86 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/877602f2/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 8b6d7d5..0000000 --- a/.gitignore +++ /dev/null @@ -1,72 +0,0 @@ -### Java template -*.class - -# Mobile Tools for Java (J2ME) -.mtj.tmp/ - -# Package Files # -*.jar -*.war -*.ear - -# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml -hs_err_pid* -### JetBrains template -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio - -*.iml - -## Directory-based project format: -.idea/ -# if you remove the above rule, at least ignore the following: - -# User-specific stuff: -# .idea/workspace.xml -# .idea/tasks.xml -# .idea/dictionaries - -# Sensitive or high-churn files: -# .idea/dataSources.ids -# .idea/dataSources.xml -# .idea/sqlDataSources.xml -# .idea/dynamic.xml -# .idea/uiDesigner.xml - -# Gradle: -# .idea/gradle.xml -# .idea/libraries - -# Mongo Explorer plugin: -# .idea/mongoSettings.xml - -## File-based project format: -*.ipr -*.iws - -## Plugin-specific files: - -# IntelliJ -/out/ - -# mpeltonen/sbt-idea plugin -.idea_modules/ - -# JIRA plugin -atlassian-ide-plugin.xml - -# Crashlytics plugin (for Android Studio and IntelliJ) -com_crashlytics_export_strings.xml -crashlytics.properties -crashlytics-build.properties -### Maven template -target/ -pom.xml.tag -pom.xml.releaseBackup -pom.xml.versionsBackup -pom.xml.next -release.properties -dependency-reduced-pom.xml -buildNumber.properties -.mvn/timing.properties - -# Created by .ignore support plugin (hsz.mobi) http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/877602f2/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md deleted file mode 100644 index 18f621b..0000000 --- a/README.md +++ /dev/null @@ -1,14 +0,0 @@ -# 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
