Skip to content

IBM/open-rangefeed-controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Admin App for Rangefeed2

This app controls open-rangefeed.

Install deps

Make sure you have yarn installed ($ npm install -g yarn), then do:

$ yarn

Add Default Content

Populate default tweet data in:

Default company logo:

Note: the image format must be base64.

Run the app

Replace XXX with the name of your DB in CouchDB.

$ REACT_APP_DBNAME=XXX yarn start

Create production build

Replace XXX with the name of your DB in CouchDB.

$ REACT_APP_DBNAME=XXX yarn run build

Database configuration

You can configure custom db connections in file src/dbconfig.js.

Adding new persistent states

Rangefeed2 uses react-couchdb-store to automatically create states and make them persistent in our database so they can be shared between the main app and the Admin app.

About

An application to control open-rangefeed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published