Skip to content

Instantly share code, notes, and snippets.

@prakhar1989
Last active October 21, 2015 02:18
Show Gist options
  • Save prakhar1989/dc58ec5dd59e4adf33cf to your computer and use it in GitHub Desktop.
Save prakhar1989/dc58ec5dd59e4adf33cf to your computer and use it in GitHub Desktop.
Cloud Project

Marauder's Map

An Android app that allows Columbia students to locate their friends on campus in real-time.

High-level user flow

  • User logs into app via facebook
  • User enters his columbia email and then verifies his/her email address
  • The user is shown a map of columbia with their friends' faces and last-known locations
  • (optional) Show which building (Mudd, Low, etc) that location has come from

Features

  • Choose which friends to share location with
  • Send push notifications when a friend enters / leaves campus
  • Poke the friend (vibrates the phone)

Technical Architecture

  • Geofencing in app to detect location and bounding box for Columbia Campus area (also google api)
  • Dynamo DB for storing and retrieving locations of users
  • A graph DB (neo4j) for storing user-friend graph and user-specific permissions by friend
  • App polls the service with locations of itself and queries for friends' locations
  • 3 primary data-stores
    1. Friend graph
    2. User locations
    3. User status (one of on_campus, off_campus, entered_campus)
  • (optional) Use some ML / stats for outlier detection while showing last known location of user.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment