Swarmize is a stack of tools to make crowd-powered number-gathering a lot easier.
Currently in this repository:
api
: The Scala-based APIbombard
: A small script for filling a Swarm with fake datacase_studies
: the case studies for the project, which are then copied into the Rails app for deployment (but will work fine on Github as they are)cloudformation
: AWS CloudFormation configcollector
: Receive data from an endpoint and forward it to the stream. [scala]deploy
: The deploy tools/scriptsexamples
: Examples of Collector and Retrieval API usagegeocoder
: Simple Node geocoder endpoint [node]livedebate
: Sample app: click on the face you're liking most at any point during a prime ministerial debate; the data - along with some demographic information - will be pushed into Swarm. [ruby]processor
: Processes submitted data [scala]sentiment-endpoint
: Simple Node sentiment analysis endpoint [node]swarmize-dot-com
: the Swarmize alpha website. [ruby]