https://github.com/neeveresearch/nvx-apps
X Platform Reference Applications
https://github.com/neeveresearch/nvx-apps
hpc hpc-applications inmemory xplatform
Last synced: 21 days ago
JSON representation
X Platform Reference Applications
- Host: GitHub
- URL: https://github.com/neeveresearch/nvx-apps
- Owner: neeveresearch
- License: apache-2.0
- Created: 2017-08-26T19:08:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2026-03-20T00:07:02.000Z (3 months ago)
- Last Synced: 2026-03-20T15:21:43.612Z (3 months ago)
- Topics: hpc, hpc-applications, inmemory, xplatform
- Language: Java
- Homepage:
- Size: 73.1 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Notice: NOTICE
Awesome Lists containing this project
README
# The Apps Repository
This repository contains domain specific apps authored using the X Platform.
## Building the apps
1. Ensure Maven is installed
2. Ensure you have a valid X Platform license (see [Working with X Platform Licenses](https://docs.neeveresearch.com/display/TALONDOC/Working+with+X+Platform+Licenses))
2. Clone this repository
3. Run mvn install (or mvn -DskipTests clean install to skip tests).
You may also change into a subdirector and build any application on its own.
## The Apps
The following lists and describes the apps in this repository
### Low Latency FinServ Order Management System (nvx-app-oms)
This is a simple financial service order management application.
### Low Latency Smart Order Routing (nvx-app-tick-to-trade)
This is a simple financial service execution management system which includes a smart order router. This application uses Hornet with type based routing.
### Stream Processing Ad Bidding Exchange (nvx-app-ad-bidding-engine)
This application is based on ad bidding solution donated by Kode41 which showcases the ease of developing a low latency ad exchange using the X Platform.
### IOT Geofencing App (nvx-app-geofencer)
This application implements a geofencing flow on the X Platform demonstrating the platforms utility in handling IOT flows.
### Credit Card Fraud Detection (nvx-app-ccfd)
This project is based on card processing solution donated by Kode41 which showcases a fraud detection usecase using the X Platform.