Skip to content

humblelistener/event-store-ground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

event-store-ground

Project for populating an event store. Randomly generates a candidate with a first name, last name, and id. Can then read those events using either the node-feedparser module, or the ges-client client library.

Alternatively, if you don't want to read events with this project, can use the event-store-poc project to read events.

Running service

For populating the event store, run the command:

'node load.js'

And that will insert randomly generated candidates into your event store

If you wish to read the events using this project as well, run the command:

'node read.js' or 'node gesRead.js'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published