Last active
March 6, 2016 12:19
-
-
Save ZuraGuerra/89e57bf4bd7d0aa8874b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Basically, I'm at a hackathon about mobility: a nonprofit gathered data about the irregular bus system in Mexico City and we are creating apps to show that info. Our project is a gamificated app about calculating the best route for the user taking into account traffic and the intersection between routes (here, you can freely get off the bus at any traffic light and the congestion is a huge problem). | |
Sooo, they gave us a weird API and first we needed to make any sense of it. Specifically, we used Neo4j to get the intersections between the routes and the best choices by price and time, Elasticsearch to get nearby points to a certain location and Postgres to save the users and other game mechanics (we ditched MongoDB some minutes ago, apparently :P). | |
Aaaand the languages were just the ones we are better at, but, for example, the Phoenix generators gained us a lot of time and we found a Python project that helped a lot too. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment