noflo / noflo-ui

NoFlo Development Environment
https://app.flowhub.io
MIT License
767 stars 173 forks source link

how to add or remove components from component search list :Question #416

Closed code-rider closed 9 years ago

code-rider commented 9 years ago

hi there i need to create a project with noflo and noflo-iu i have installed noflo-ui successfully. i have to include some my custom components in components list not in my browser created project. i have try to install some other components with this command. $ npm install noflo-filesystem --save and re build again but i cant see filesystem in my component list.

second. how can i add or remove components from search list . is there any directory which holding all components who listed in search result if yes then which directory that is ?

help please i am googling and also try to reading code from noflo-ui since last three days but no success.

forresto commented 9 years ago

For noflo node or browser?

If node, are you doing npm install ... in noflo-ui or your project? Should be in your project.

For browser you need to edit preview/component.json then grunt noflo_browser:preview

code-rider commented 9 years ago

@forresto thanks

i got it. i create a github repo and include this in preview/component.json and it displayed in browser component search list.

i have help question i you do like to answer then keep this open other voices close this issue. i need to create a project which use big data process like hadoop or spark. i mean i need run hadoop or spark job in side the component and then result should pass out to outport is there any component like this ? or you have suggest something else for me ? thanks

forresto commented 9 years ago

preview/component.json is for noflo running in the browser. Sounds like you want noflo running in node.js environment: https://docs.flowhub.io/getting-started-node/