Coder Social home page Coder Social logo

dgraph-dotnet's People

Contributors

jefer94 avatar michaeljcompton avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

dgraph-dotnet's Issues

Catch more errors

Some things, like e.g. CheckVersion will throw an exception if Dgraph is down. I think I want that as an error result with the exception in the payload.

Is it possible to use grpc options with this client library?

I have a need to increase the max_recieved_message_length for GRPC. I believe options like this can be passed into the Grpc.Core Channel constructor:

var options = new[]
{
    new ChannelOption("grpc.max_receive_message_length", 1024 * 1024 * 1024),
};
var channel = new Channel("my/endpoint", ChannelCredentials.Insecure, options);

But this library abstracts that into GRPCConnectionFactory

Is there another way to pass options such as this?

Received trailing metadata size exceeds limit with .net core client

Hi,
i am new in Dgraph and iā€™m using your .NET Core C# Client to connect Dgraph Server, query and mutation data.
Iā€™m facing with problem:

{ExceptionalError with Message='Status(StatusCode=ResourceExhausted, Detail="received trailing metadata size exceeds limit")', Exception='Grpc.Core.RpcException: Status(StatusCode=ResourceExhausted, Detail="received trailing metadata size exceeds limit") at DgraphDotNet.GRPCConnection.Query(Request req) at DgraphDotNet.DgraphClient.Query(Request req) at DgraphDotNet.Transactions.Transaction.QueryWithVars(String queryString, Dictionary`2 varMap)'}

image
I also add Grpc option like that:

var server = "xxxxx";
          CurrentClient.Connect(server, ChannelCredentials.Insecure, new[]{
        new ChannelOption(ChannelOptions.MaxSendMessageLength ,2147483647),
        new ChannelOption(ChannelOptions.MaxReceiveMessageLength , 2147483647)
  });

But still facing with this trouble
Help me. Thank you
I also post my problem to https://discuss.dgraph.io/t/received-trailing-metadata-size-exceeds-limit-with-net-core-client/4619

Dgraph 1.2.0 release

Hi Michael any guidance on expected compatibility with dgraph 1.2? Do you intend to trail dgraph releases closely or more ad-hoc? Thanks for any pointers.

Mutations seem to be broken

I tried running the batch example and the mutation example.
In both examples predicates are created, but the counts in the data explorer are all 0, except for the Username in the mutation example, which is created by an upsert.

In the batch example i got no errors. For the mutation example i got the following error:

Result: IsSuccess='False', Reasons='Error with Message='No transaction set''

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.