willbittner / noql

NoQL is a Complex Event Processor designed to handle millions of realtime events per second in microsecond latency with either a drag and drop GUI or LINQ -like Syntax
GNU General Public License v3.0
5 stars 2 forks source link

How to use #1

Open eaba opened 8 years ago

eaba commented 8 years ago

Please how do we use noql? No test, no example!

Is this production ready?

willbittner commented 7 years ago

Hi, It was being tested in production co-located in NY4 Equinox with 10MB fiber cross connects to NYSE UTP/CTA as well as OPRA for market data and FIX, various APIs, and direct binary connectivity. Much of the interfacing code was ripped out after losing access to NY4 and hasn't been cleaned (i.e. Git Revert pushed too much back in some places after nuking Production Connectivity )

If you can provide a test API, FIX Interface, etc I will clean it up, update it so its cross platform (minor changes), and add a tutorial and test cases.

NoQL has uses far beyond just financial markets - it was designed to allow users to build a flow based logic in a GUI or coded using function chaining with a myriad of input and output adapters while completely abstracting away ultra low latency, distributed, and dynamic load balencing as well as flow prioritization all handled in the background invisibly.

Imagine Apache Spark meets Streambase meets TibcoFTL/ZeroMQ and Zapier.

eaba commented 7 years ago

Thanks for the reply - it took you almost forever! Tried getting in touch with you but all the info i found online about you were not current!

What got me interested in NoQl was these lines

NoQL is a Complex Event Processor designed to handle millions of realtime events per second in microsecond latency with either a drag and drop GUI or LINQ -like Syntax

I want to use NoQL in my application to process events in real-time and my application is not for the financial market. I wont be able to provide you the test API, FIX Interface you requested.

Is there no other way to clean this and provide tutorial without me meeting your request? I do really want to see how NoQL works and also use it. My interest is in the code chaining, I dont need the GUI!

Please in the spirit of Community, try fixing and cleaning this! Thanks

eaba commented 7 years ago

Imagine Apache Spark meets Streambase meets TibcoFTL/ZeroMQ and Zapier.

Are you saying that one can get all the tools that those software provide all packed in NoQL? If that is so, then I plead with you, fix this repo!!!

willbittner commented 7 years ago

The best comparison to NoQL is Tibco Streambase except faster and doesn't cost millions - it is open source.

If you are still interested I will write a how-to. Let me know.

eaba commented 7 years ago

Thanks @willbittner. The community appreciates!! I am interested......if there is more to the example you have given.....I am interested. Thanks once again!!

If I need a block that is not included, is there any provision for doing that? How does this also compare with Microsoft StreamInsight?

How can we communicate in real-time?

eaba commented 7 years ago

@willbittner still committed on this cause its been a while now? I need more guide on this. I need to deploy NoQl as a consumer to pull events from ms sql server. I dont need the GUI....Please do more on the QuickStarter