Clients overview
NebulaGraph supports multiple types of clients for users to connect to and manage the NebulaGraph database.
-
NebulaGraph Console: the native CLI client
-
NebulaGraph CPP: the NebulaGraph client for C++
-
NebulaGraph Java: the NebulaGraph client for Java
-
NebulaGraph Python: the NebulaGraph client for Python
-
NebulaGraph Go: the NebulaGraph client for Golang
note
Only the following classes are thread-safe:
- NebulaPool and SessionPool in NebulaGraph Java
- ConnectionPool and SessionPool in NebulaGraph Go