apache / incubator-hugegraph

A graph database that supports more than 100+ billion data, high performance and scalability (Include OLTP Engine & REST-API & Backends)
https://hugegraph.apache.org
Apache License 2.0
2.65k stars 518 forks source link

typo #668

Closed linkerlin closed 2 years ago

linkerlin commented 5 years ago

https://github.com/hugegraph/hugegraph/blob/459c090e254d73fe0225cbc4568a7c6a2468862c/hugegraph-core/src/main/java/com/baidu/hugegraph/io/HugeGraphSONModule.java#L59 HugeGraphSONModule >>> HugeGraphJSONModule

Linary commented 5 years ago

这个命名风格我们是参考了TinkerGraph org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerIoRegistry

private TinkerIoRegistry() {
        register(GryoIo.class, TinkerGraph.class, new TinkerGraphGryoSerializer());
        register(GraphSONIo.class, null, new TinkerModule());
    }

org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONIo

github-actions[bot] commented 2 years ago

Due to the lack of activity, the current issue is marked as stale and will be closed after 20 days, any update will remove the stale label