greenlight-models
v0.4.15
Published
A collection of Greenlight models.
Downloads
9
Readme
var models = require('greenlight-models');
models.contentEventHandler.init({
kafkaRestEndpoint: 'http://test.blikk.co/confluent',
streamOutputTopic: 'test-greenlight-models',
streamOutputSchemaId: 1
});
// Mongoose Schema
var PersonSchema = models.Person;