Giter Club home page Giter Club logo

Comments (5)

StanYaha avatar StanYaha commented on June 24, 2024

image

here is my schema
It's the data type problem.I use the goblin.String, why type is object

from goblin.

davebshow avatar davebshow commented on June 24, 2024

I'm not exactly sure what is going on here. I can tell you that Goblin doesn't do anything but make sure the property gets validated and serialized properly when it is sent over the wire, and has nothing to do with the internal data types of the Janus schema. What code did you use to create the property keys?

from goblin.

StanYaha avatar StanYaha commented on June 24, 2024

image

image
Here is the part of the code make property keys.Is there any problem?The data type must be string, i dont know why its object

from goblin.

davebshow avatar davebshow commented on June 24, 2024

Not trying to be rude here, but you have to look in the Janus docs. This stuff doesn't have anything to do with Goblin. Those are all DataType object because you haven't created a schema, which all Janus DBs should have. Here is a link to the docs: http://docs.janusgraph.org/latest/schema.html

I recommend that you thoroughly read all of Janus' documentation before proceeding.

from goblin.

StanYaha avatar StanYaha commented on June 24, 2024

Thank you so much! I successfully created mixed index with making property key before i insert data into hbase.
Now i want to know how to use mixed index with goblin.
I read the document in gremlin-shell it uses like

g.V().has('propertykey', 'value').bothE().has('relationship', textCointains('key')).toList()

How can i use the mixed index with goblin?

from goblin.

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.