Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
OxalisCu committed Jul 29, 2024
1 parent a39bce4 commit 6a07f2c
Show file tree
Hide file tree
Showing 12 changed files with 11,366 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ PULSAR_ADDRESS=pulsar://pulsar:6650
ETCD_ENDPOINTS=etcd:2379
AZURITE_CONNECTION_STRING="DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://azurite:10000/devstoreaccount1;"

DOCKER_VOLUME_DIRECTORY=/disk2/duk/data/milvus-docker-volumes
805 changes: 805 additions & 0 deletions configs/milvus.yaml.back

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions demo/start.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
milvus/bin/milvus run standalone > milvus-data/debug/log-1.txt 2> milvus-data/debug/err-1.txt

etcd --data-dir milvus-data/etcd-data
etcd -advertise-client-urls=http://127.0.0.1:2379 -listen-client-urls http://0.0.0.0:2379 --data-dir milvus-data/etcd-data

minio server milvus-data/minio-data

apache-pulsar-2.8.2/bin/pulsar standalone
101 changes: 101 additions & 0 deletions demo/test_json_and_csv_467187962003049091.csv

Large diffs are not rendered by default.

Loading

0 comments on commit 6a07f2c

Please sign in to comment.