-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: yhmo <[email protected]>
- Loading branch information
Showing
343 changed files
with
749 additions
and
416 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,7 @@ hs_err_pid* | |
target/ | ||
volumes/ | ||
*.iml | ||
.flattened-pom.xml | ||
|
||
# Example files | ||
examples/bulk_writer | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "src/main/milvus-proto"] | ||
path = src/main/milvus-proto | ||
[submodule "sdk-core/src/main/milvus-proto"] | ||
path = sdk-core/src/main/milvus-proto | ||
url = https://github.com/milvus-io/milvus-proto.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ This document will help to setup your development environment and running tests | |
$ git clone --recursive [email protected]:milvus-io/milvus-sdk-java.git | ||
``` | ||
|
||
Milvus proto files are managed by a submodule project under the directory: src/milvus-proto | ||
Milvus proto files are managed by a submodule project under the directory: sdk-core/src/main/milvus-proto | ||
Fetch Milvus proto files by the following command(If the previous clone is not with submodules) | ||
```shell | ||
$ git submodule update --init | ||
|
@@ -31,10 +31,10 @@ $ mvn install | |
``` | ||
|
||
## Update Milvus proto files | ||
Milvus proto files are managed by a submodule project under the directory: src/milvus-proto | ||
Milvus proto files are managed by a submodule project under the directory: sdk-core/src/main/milvus-proto | ||
Before developing new interfaces, you need to get the latest proto files by the following command: | ||
```shell | ||
$ git submodule update --remote | ||
$ git submodule update --remote | ||
``` | ||
|
||
## Building Milvus | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.