Skip to content

Commit

Permalink
tests pass for the Simple API but not the Stream API yet
Browse files Browse the repository at this point in the history
  • Loading branch information
jbilcke committed Jun 13, 2012
1 parent 5ecd3c5 commit 619b050
Show file tree
Hide file tree
Showing 18 changed files with 301 additions and 421 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Record byte streams/events (eg. twitter, music, IRC, Apache logs..) and play them back (eg. to test or debug an app, reproduce errors, simulate events)

One the of main features is that you can control the rate speed,
One the of main features is that you can control the speed speed,
very useful to train machine learning algorithms on historic data (eg. Twitter streams)

### Current status
Expand All @@ -16,7 +16,7 @@
### Features

* control the playback speed (slower or faster)
* accurate scheduler (latency if automatically correct)
* accuspeed scheduler (latency if automatically correct)

### TODO / Wishlist

Expand Down Expand Up @@ -80,7 +80,7 @@ record = new Record() # by default no arguments -> in memory store

# now, you can start playing with your record.
# let's record things in the record! for this, you need a Recorder
recorder = new .SimpleRecorder(record)
recorder = new SimpleRecorder(record)

# then just write things inside
recorder.write "hello"
Expand Down Expand Up @@ -153,9 +153,7 @@ player = new SimplePlayer(record)

### 0.0.2

* sampler.play() now support an optional callback
* network latency compensation
* accelerate rythm of events when we are late (eg. slow database connection)
* REFACTORED EVERYTHING WITH FIRE

### 0.0.1

Expand Down
75 changes: 0 additions & 75 deletions lib/btree.js

This file was deleted.

24 changes: 10 additions & 14 deletions lib/cursor.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

91 changes: 0 additions & 91 deletions lib/inredis.js

This file was deleted.

2 changes: 1 addition & 1 deletion lib/misc/toolbox.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 10 additions & 14 deletions lib/record.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 9 additions & 7 deletions lib/sampler.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 619b050

Please sign in to comment.