Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dciborow/cortana-pixel-tracker-java
Microsoft's Cortana Intelligance implementation of a Pixel Tracker created in Java.
https://github.com/dciborow/cortana-pixel-tracker-java
Last synced: about 2 months ago
JSON representation
Microsoft's Cortana Intelligance implementation of a Pixel Tracker created in Java.
- Host: GitHub
- URL: https://github.com/dciborow/cortana-pixel-tracker-java
- Owner: dciborow
- License: mit
- Created: 2017-06-14T21:34:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-18T06:45:54.000Z (6 months ago)
- Last Synced: 2024-10-18T07:17:01.125Z (4 months ago)
- Language: Java
- Size: 128 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cortana Intelligence Pixel Tracker for Java
Cortana Intelligence Pixel Tracker is a highly scalable service that can ingest thousands of events per second, transform and stream them into multiple applications. This lets you process and analyze the massive amounts of data produced by your connected devices and applications.
## Overview
This Java server and library allows for sending events to Azure Event Hub and Azure Data Lake Store. An **event publisher** makes HTTP calls to the service that are picked up and processed. The service acts as an **event consumer**. Processing may involve aggregation, complex computation, and filtering. Processing may also invole distrubtion or stroage of the information in a raw or transformed fashion. This service beginnings with simply archving the raw data into persistant storage.
The code for receiving events from an HTTP call, and for sending the data to Event Hub is already provided. Please see [Cortana Pixel Tracker Core Readme](./cortana-pixeltracker-core/README.md) for more information about the provided libaries.
The server code uses Spring Boot to wire together the core libaries and expose them as APIs. It is here that advanced custom funcationality can be added. Please see [Cortana Pixel Tracker Server Readme](./cortana-pixeltracker-server/README.md) for more information.
## Disclaimer
©2016 Microsoft Corporation. All rights reserved. This information is provided "as-is" and may change without notice. Microsoft makes no warranties, express or implied, with respect to the information provided here.