Comment by andrewguy9
1 year 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!
1 year 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!
I 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!
LINQ is so incredibly intuitive. I wonder if this will make creating C# LINQ providers for databases that support this syntax easier.
Indeed. 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.