I didn't notice that. I assume it's generating Gremlin script underneath? Maybeit's just behaving as a query builder? Or do you think it's doing something more advanced?
On Wed, May 10, 2017 at 1:59 PM, Florian Hockmann <[email protected]> wrote: > I think it is especially interesting that they seem to provide a > complete implementation of the GraphTraversal class for .NET: > > https://msdn.microsoft.com/en-us/library/microsoft.azure. > graphs.graphtraversal.aspx > > This looks a bit like a GLV, but it seems that they don't use Gremlin > Bytecode and instead embed their own Gremlin Server version in the client: > > "Azure Cosmos DB also provides a first-party .NET library with Gremlin > extension methods on top of the Azure Cosmos DB SDKs via NuGet. *This > library provide an "in-proc" Gremlin server* that can be used to connect > directly to DocumenDB data partitions." > > (From: > https://docs.microsoft.com/en-us/azure/cosmos-db/graph- > introduction#getting-started) > > Am 10.05.2017 um 19:02 schrieb Stephen Mallette: > > In case anyone is interested here's some more docs to look at: > > > > https://docs.microsoft.com/en-us/azure/cosmos-db/create-graph-dotnet > > https://docs.microsoft.com/en-us/azure/cosmos-db/create- > > graph-gremlin-console > > https://docs.microsoft.com/en-us/azure/cosmos-db/create-graph-java > > https://docs.microsoft.com/en-us/azure/cosmos-db/create-graph-nodejs > > > > > > > > On Wed, May 10, 2017 at 1:00 PM, Jason Plurad <[email protected]> wrote: > > > >> Interesting, their example says it works with Java 7. I'll have to try > that > >> out. > >> > >> On Wed, May 10, 2017 at 9:12 AM, Stephen Mallette <[email protected] > > > >> wrote: > >> > >>> Looks like they embedded Gremlin Server or implemented the protocol as > >> you > >>> connect with the TinkerPop drivers: > >>> > >>> https://github.com/Azure-Samples/azure-cosmos-db-graph- > >>> java-getting-started > >>> > >>> > >>> > >>> On Wed, May 10, 2017 at 12:03 PM, Marko Rodriguez < > [email protected]> > >>> wrote: > >>> > >>>> Hello, > >>>> > >>>> Microsoft just announced CosmoDB which has Gremlin support. > >>>> > >>>> https://buildazure.com/2017/05/10/cosmosdb-the-new- > >>>> documentdb-nosql-database-in-microsoft-azure/ < > >>>> https://buildazure.com/2017/05/10/cosmosdb-the-new- > >>>> documentdb-nosql-database-in-microsoft-azure/> > >>>> https://github.com/Azure- > >> Samples/azure-cosmos-db-graph- > >>>> java-getting-started/blob/master/src/GetStarted/Program.java < > >>>> https://github.com/Azure-Samples/azure-cosmos-db-graph- > >>>> java-getting-started/blob/master/src/GetStarted/Program.java> > >>>> > >>>> We can add this to the provider listings on index.html. If no on > >>>> disagrees, I can add it in 72 hours. > >>>> > >>>> Marko. > >>>> > >>>> http://markorodriguez.com > >>>> > >>>> > >>>> > >>>> > >
