Skip to content

Event inviter is a pet application that invites customers within a certain distance to an event specified. The application code involves around processing co-ordinates and computing distances, with some key principles on distributing the data sets.

chakravarthyvp/CustomerEventInviter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CustomerEventInviter

Event inviter is a pet application that invites customers within a certain distance to an event specified. The application code involves processing gps co-ordinates and computing distances, with some key principles on distributing the data sets. Customers' locations are mapped to a grid key. An event location is mapped to a grid key and only those customers that are within the same grid are computed to find if they fall within a distance to attend the event.

COMPILE

Maven 3.x with Java 1.7

mvn clean install
- from the top pom builds the model, geo-utils and the event-inviter applciation

RUN

java -jar event-inviter-<version>.jar 
- will run the application with default args and resources (customer file) from the project

About

Event inviter is a pet application that invites customers within a certain distance to an event specified. The application code involves around processing co-ordinates and computing distances, with some key principles on distributing the data sets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages