Vulnerability feed parser
- Feed Parser is what I'm using to parse XML feeds.
Node 101
Events
: Much of the Node.js core API is built around an idiomatic asynchronous event-driven architecture in which certain kinds of objects (called "emitters") periodically emit named events that cause Function objects ("listeners") to be called.
|
|--> EventEmitter --> Stream
Stream
: A stream is an abstract interface for working with streaming data in Node.js. The stream module provides a base API that makes it easy to build objects that implement the stream interface. More on streams here
- get XML feedparsing working and inspect objects
- investigate other feeds to find similarities
- scaffold a schema
- storage options, probably SQL based