Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
apage43 committed Aug 22, 2012
0 parents commit d7aa9ff
Show file tree
Hide file tree
Showing 6 changed files with 3,234 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/target
/lib
/classes
/checkouts
pom.xml
*.jar
*.class
.lein-deps-sum
.lein-failures
.lein-plugins
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# reddalyzr

Some tools to pull data from reddit, and do stuff with it, like loading it into
[Couchbase Server](http://www.couchbase.com).

lein repl

```clojure
user=> (require 'loader '[clojurewerkz.spyglass.client :as cli])
user=> (def conn (cli/bin-connection "couchbaseserver:11211"))
user=> (loader/load-reddit conn "r/all")
```
Loading

0 comments on commit d7aa9ff

Please sign in to comment.