6 ms·
I’m a big kusto user, and it’s wonderful to have pipes in a query language. If you haven’t tried it, it’s great!
by andrewguy9 2y ago
I’m a big kusto user, and it’s wonderful to have pipes in a query language.
If you haven’t tried it, it’s great!
- tehlike 2y agoI have not tried it, but I used to be a .net developer and worked a lot with LINQ (and contributed a bit to NHibernate and its Linq provider) and I am a big fan of the approach. Kusto does seem interesting too, and i think some of the stuff i want to build will find a use for it!
- Salgat 2y agoLINQ is so incredibly intuitive. I wonder if this will make creating C# LINQ providers for databases that support this syntax easier.
- kbouck 2y agoIndeed. Elastic has also recently released a piped query language called ES|QL. Feels similar to Kusto. I find piped queries both easier to write, and read.