Skip to content
forked from rozza/pubnames

MongoDB aggregation framework demo - Interactive UK pub names wordle

Notifications You must be signed in to change notification settings

tiagogm/pubnames

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UK Most Popular Pub Names

Run locally

Expects mongodb >= 2.4 to be running locally.

  1. Load the bson data:

    mongorestore -d demos -c pubs pubs.bson

  2. Load the requirements

    pip install -r requirements.txt

  3. Run the app!

    python pubs.py debug

  4. Go to localhost:5000!

    Move the map the generate a new wordle

Online demo

http://pubnames.rosslawley.co.uk/

About

MongoDB aggregation framework demo - Interactive UK pub names wordle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.0%
  • Python 18.0%
  • HTML 16.0%