hugegraph-81 add github link to README

Change-Id: I16f47975372a5cb88b3890407a6e9d5fd79e19f9
1 file changed
tree: 9d90b7d538403f0c2721f17fbc3bd1c92aef86c6
  1. src/
  2. .gitignore
  3. BCLOUD
  4. build.sh
  5. pom.xml
  6. README.md
README.md

hugegraph-common

hugegraph-common is a tool module for HugeGraph and its peripheral components. hugegraph-common encapsulates locks, configurations, events, iterators, rest and some numeric or collection util classes to simplify the development of HugeGraph and its components.

Components

  • Lock, atomic lock, key lock, lock group and lock manger
  • Config, register and load config option with security check
  • Event, listening and notification, do something asynchronously
  • Iterator, some iterators with extra functions,map, filter, extend etc.
  • Rest, RESTful client implemented on Jersey, POST, PUT, GET and DELETE
  • Util, Numeric and Collection utils, log and exception utils etc.

Licence

The same as HugeGraph, hugegraph-common is also licensed under Apache 2.0 License.