GithubHelp home page GithubHelp logo

Comments (3)

AntarcticPresident avatar AntarcticPresident commented on May 28, 2024 1

非常感谢~

from nebula.

AntarcticPresident avatar AntarcticPresident commented on May 28, 2024

Here is error report:

EdgeNotFound: EdgeName `http`

It reminded me the edge type whose name is http didn't exist.
In fact, my ngql is

INSERT EDGE HTTP() VALUES "A"->"B":()

My edge type is 'HTTP'.
if I create a new edge type which is http, the error report will disappear. The data inserted correctly.
I tried another edge types, for example:
tcp and TCP, udp and UDP. They both worked well.
Only HTTP, I have to create an edge type named http, otherwise, it will report error.
Why?

from nebula.

QingZ11 avatar QingZ11 commented on May 28, 2024

这是报错:

EdgeNotFound: EdgeName `http`

提示我http这个edge type不存在。 而实际上我的ngql是:

INSERT EDGE HTTP() VALUES "A"->"B":()

edge type 是HTTP。 如果我再创建一个edge type:http,这个报错就消失了,数据也可以正常写入。 我试了其他的edge type,例如: tcp和TCP,udp和UDP。都是区分大小写的。 只有HTTP,都给给改成http了。 这是为啥?

https://docs.nebula-graph.com.cn/3.6.0/3.ngql-guide/1.nGQL-overview/keywords-and-reserved-words/

应该是保留字的缘故。

from nebula.

Related Issues (20)

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.