FrontEnd part of Sinfonier Project. Allow users to define Apache Storm Topologies (DAG - Directed acyclic graph) in a visual way and send it to Storm Cluster using Sifonier API
This project is a fork from webhookit webhookit
git clone https://github.com/sinfonier-project/sinfonier-drawer.git
cd sinfonier-drawer
npm install .
- Ensure you have a MongoDB running on Localhost
- Start Node Server
cd /path/to/sinfonier-drawer
node app.js
- Browse this URL http://localhost:8124
- Create Indexes on MongoDB & supersinfonier user
mongo --shell sinfonier db/scripts/indexes.mongo
mongo --shell sinfonier deploy/seeds.mongo
Now you can login using 'supersinfonier' user with 'sinfonier' as password
Sinfonier Drawer use
- Gravatar
- Twitter
- Configure it using config/twitter.json file.
- Latch
- Sinfonier Drawer can be integrated with Latch. Before configure it it's necessary to create a new application and put Name, ID and Secret parameters in config/latch.json file.
- Francisco J. Gomez @ffranz https://github.com/ffr4nz/
- Jose Miguel Díez de la Lastra jmdiez@aspgems.com
Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0