kvansaders

Results 4 issues of kvansaders

## Need implementation example ## Trying to create API gateway which also uses it's own Web API Controllers to handle mashups and any other custom code, using Ocelot for pipeline...

After attempting to copy the sample code from the readme, I get a compilation error when trying to call the RegisterTempTable method on a data frame. ``` var sparkConf =...

I've been trying to get into Spark, using Mobius as a bridge since I am primarily a .NET developer, and my company uses Microsoft products through most of the stack....

> I think a better solution is to generate > > ```cs > public string BaseUrl > { > get { return _baseUrl; } > [System.Diagnostics.CodeAnalysis.MemberNotNull(nameof(_baseUrl))] > set > {...