Skip to content

nodejitsu/npm-registry-history

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm-registry-history

A simple little process that listens on a changes feed and compiles an index of all the documents it sees by its sequence ID. This allows us to detect any non-deterministic behavior in any of the change events based on the documents it gives us. Its fairly difficult to check this after the fact in couchdb as it fixes itself.

$ npm i -g npm-registry-history
$ npm-registry-history --db path/to/seq.db --seq path/to/registry.seq

About

Keep a historical record of each update sequence from the skim registry and store it in a leveldb instance by seq

Resources

Stars

Watchers

Forks

Packages

No packages published