microsoft / Trill

Trill is a single-node query processor for temporal or streaming data.
MIT License
1.25k stars 132 forks source link

Documentation about the sources #98

Closed meshpaul closed 5 years ago

meshpaul commented 5 years ago

Hi,

I just want to confirm this is client side only streaming and it can work with any pub/sub systems correct?
cybertyche commented 5 years ago

Trill is just a DLL with no dependencies other than the Roslyn compiler. It should work with anything .Net, no restrictions.