corenova / kos

A swarm intelligence framework for creating distributed data pipelines and autonomic neural networks
Apache License 2.0
24 stars 4 forks source link

How to run ? #8

Open kjellouli opened 5 years ago

kjellouli commented 5 years ago

Hello, Thanks for sharing your product, looks very promising! I would like to run the provided examples but I can't seem to make them work. In addition, when running npm install kos, the 'kos' binary/cli is not present. A little guidance on how should I proceed please ?

Thanks a lot :) Kjello

sekur commented 5 years ago

Thanks for the inquiry and willingness to give this framework a try. Yes, the examples and documentation is completely out of date. It's based on 1.x branch and we're now in 2.x.

I've got some spare time tomorrow so will take the plunge on updating the docs... finally.

yanisIk commented 5 years ago

can't wait ! Thanks a lot ! Do you have any good reads about this way of programming ? I would like to learn more about that !

sekur commented 5 years ago

https://en.m.wikipedia.org/wiki/Reactive_programming

https://en.m.wikipedia.org/wiki/Functional_reactive_programming

http://codenugget.co/2015/03/05/declarative-vs-imperative-programming-web.html

https://gist.github.com/staltz/868e7e9bc2a7b8c1f754

kjellouli commented 5 years ago

Thanks a lot for the feedback, any news about how to run it ?