incubator-hugegraph
incubator-hugegraph copied to clipboard
[Feature] support basic functions for TikvStdSessions
Feature Description (功能描述)
Implement basic functions of table in class TikvStdSessions
, includes:
-
createTable()
-
dropTable()
-
existsTable()
目前已实现的功能:
- 支持单图
- 支持schema的增删改查
- 支持顶点和边的增删改查
- 支持kout、kneighbor等traversal算法
- 支持gremlin查询
- 支持索引查询(不完备)
- 支持loader导入数据