Skip to content

Instantly share code, notes, and snippets.

@SeanTAllen
Last active January 1, 2016 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SeanTAllen/8188549 to your computer and use it in GitHub Desktop.
Save SeanTAllen/8188549 to your computer and use it in GitHub Desktop.
Correct file layout for chapter 3 of the Storm Applied
├── README.md
├── pom.xml
└── src
└── main
├── java
│   └── stormapplied
│   └── heatmap
│   ├── LocalTopologyRunner.java
│   └── topology
│   ├── Checkins.java
│   ├── GeocodeLookup.java
│   ├── HeatMapBuilder.java
│   └── Persistor.java
└── resources
└── checkins.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment