Git Product home page Git Product logo

nebula-net's People

Contributors

heyanlong avatar shyboylpf avatar wey-gu avatar zhouyuguangsc avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar

nebula-net's Issues

ExecutionResponse响应数据处理

大佬,您好:
响应的ExecutionResponse类型的数据应该怎么处理呢
我想要查询返回一个list,但不知道怎么操作或是转换

it can't work on my pc

code:

NebulaConnection graphClient = new NebulaConnection();
await graphClient.OpenAsync("10.0.0.1", 9669);
var authResponse = await graphClient.AuthenticateAsync("root", "12345");
var executionResponse = await graphClient.ExecuteAsync(authResponse.Session_id, "LOOKUP ON IQALOG YIELD IQALOG.ID AS ID,IQALOG.NAME AS NAME;").ToListAsync();
await graphClient.SignOutAsync(authResponse.Session_id);
return executionResponse;

env: .net 6.0

无法使用

代码为:

NebulaConnection graphClient = new NebulaConnection();
            await graphClient.OpenAsync("10.0.0.1", 9669);
            var authResponse = await graphClient.AuthenticateAsync("root", "12345");
            var executionResponse = await graphClient.ExecuteAsync(authResponse.Session_id, "LOOKUP ON IQALOG YIELD IQALOG.ID AS ID,IQALOG.NAME AS NAME;").ToListAsync<TestDto>();
            await graphClient.SignOutAsync(authResponse.Session_id);
            return executionResponse;

怎样获得边的信息

语句类似:
GET SUBGRAPH With PROP 4 STEPS FROM 'player101' OUT Target_To YIELD EDGES AS e |YIELD $-.e[..2000] as result
网页返回值:
[[:Target_To "player101"->"player102" @0 {target: "fellow"}]]
我尝试:
.ToListAsync<TestDto>(); public class TestDto { public List<List<List<String>>> result { get; set; } }
但是失败了

Support of v3.0

:)

We should create different branches for 2.6 and 3.0 nebula graph

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.