Skip to content

Commit

Permalink
updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Feb 13, 2012
1 parent 5b50b2b commit d24c52c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,8 +1,8 @@
# ciid-tweeq

This project was developed as part of the example problem domain during the Introduction to Programming workshop at (CIID)[http://ciid.dk/] Copenhagen in the 2nd week of February 2012.
This project was developed as part of the example problem domain during the Introduction to Programming workshop at [CIID](http://ciid.dk/) Copenhagen in the 2nd week of February 2012.

CIID Tweeq is a very basic Twitter inspired platform built in Clojure, Noir and CouchDB. The concept allowed us to address several fundamental topics of programming and the choice of tools gave us the opportunity to interactively experiment with them. In addition to sending & filtering messages, the project was meant to support the concept of action triggers, which would be fired when a certain (or multiple) regular expression patterns have been found in a tweet. If a trigger fires, it would then forward the message to a specific HTTP POST endpoint and so have CIID Tweeq act as a simple device independent event distribution system. Alas we didn't have enough time to implement the triggers and focused instead on working with the collected data/tweets to discuss data analysis topics and produce a (simple visualization project)[http://github.com/postspectacular/ciid-tweeq-viz] in Processing.
CIID Tweeq is a very basic Twitter inspired platform built in Clojure, Noir and CouchDB. The concept allowed us to address several fundamental topics of programming and the choice of tools gave us the opportunity to interactively experiment with them. In addition to sending & filtering messages, the project was meant to support the concept of action triggers, which would be fired when a certain (or multiple) regular expression patterns have been found in a tweet. If a trigger fires, it would then forward the message to a specific HTTP POST endpoint and so have CIID Tweeq act as a simple device independent event distribution system. Alas we didn't have enough time to implement the triggers and focused instead on working with the collected data/tweets to discuss data analysis topics and produce a [simple visualization project](http://github.com/postspectacular/ciid-tweeq-viz) in Processing.

## Security (or the lack of...)

Expand All @@ -17,7 +17,7 @@ lein run

### Update CouchDB connection URL

Edit the file [src/ciid/config.clj] and populate the `username` and `password` fields with your correct details.
Edit the file (src/ciid/config.clj) and populate the `username` and `password` fields with your correct details.

TBC...

Expand Down

0 comments on commit d24c52c

Please sign in to comment.