Skip to content

Instantly share code, notes, and snippets.

@SeanTAllen
Created December 30, 2013 21:36
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/8188562 to your computer and use it in GitHub Desktop.
Save SeanTAllen/8188562 to your computer and use it in GitHub Desktop.
Correct file layout for Chapter 2 of Storm Applied
├── README.md
├── pom.xml
└── src
└── main
├── java
│   └── stormapplied
│   └── githubcommits
│   ├── LocalTopologyRunner.java
│   └── topology
│   ├── CommitFeedListener.java
│   ├── EmailCounter.java
│   └── EmailExtractor.java
├── resources
│   └── changelog.txt
└── test
└── stormapplied
└── githubcommits
└── topology
└── EmailCounterTest.java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment