Skip to content

Commit

Permalink
Merge branch 'master' into hugeclient-add-params
Browse files Browse the repository at this point in the history
# Conflicts:
#	hugegraph-dist/release-docs/LICENSE
#	hugegraph-dist/release-docs/NOTICE
  • Loading branch information
zhenyuT committed Mar 13, 2024
2 parents 24c626d + d70e83f commit 3484629
Show file tree
Hide file tree
Showing 94 changed files with 7,430 additions and 4,414 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ build/
/hubble-fe/node_modules
/hubble-fe/.pnp
.pnp.js
/hugegraph-hubble/hubble-fe/node/node

# testingå
/hubble-fe/coverage
Expand Down Expand Up @@ -97,4 +98,5 @@ tree.txt
Thumbs.db

# client-go
go.env
go.env

2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Apache HugeGraph(incubating)
Copyright 2022-2023 The Apache Software Foundation
Copyright 2022-2024 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ it includes 5+ main modules.

## Usage

- [hugegraph-loader](./hugegraph-loader): We can use `docker run -itd --name loader hugegraph/loader` to quickly start [loader,](https://hub.docker.com/r/hugegraph/loader) or we can follow [this](./hugegraph-loader/README.md#212-docker-compose) to use docker-compose to start `loader` with `server`. And we can find more details in the [doc](https://hugegraph.apache.org/docs/quickstart/hugegraph-loader/).
- [hugegraph-hubble](./hugegraph-hubble): We can use `docker run -itd --name=hubble -p 8088:8088 hugegraph/hubble` to quickly start [hubble,](https://hub.docker.com/r/hugegraph/hubble) or we can follow [this](hugegraph-hubble/README.md#quick-start) to use docker-compose to start `hubble` with `server`. And we can find more details in the [doc](https://hugegraph.apache.org/docs/quickstart/hugegraph-hubble/).
- [hugegraph-loader](./hugegraph-loader): We can follow the [doc](https://hugegraph.apache.org/docs/quickstart/hugegraph-loader/) to learn how to quickly start with `loader`.
- [hugegraph-hubble](./hugegraph-hubble): We can follow the [doc](https://hugegraph.apache.org/docs/quickstart/hugegraph-hubble/) to learn how to quickly start with `hubble`.
- [hugegraph-client](./hugegraph-client): We can follow the [doc](https://hugegraph.apache.org/docs/quickstart/hugegraph-client/) to learn how to quickly start with `client`.

## Maven Dependencies
Expand Down
198 changes: 65 additions & 133 deletions hugegraph-dist/release-docs/LICENSE

Large diffs are not rendered by default.

Loading

0 comments on commit 3484629

Please sign in to comment.