first commit

This commit is contained in:
2025-03-27 16:11:09 +09:00
parent bd308ea2df
commit 1d1d4e62b2
9 changed files with 300 additions and 5 deletions

View File

@@ -8,8 +8,6 @@
### 설치
#### 도커
```text
docker compose build
docker compose up
@@ -17,10 +15,8 @@ docker compose up
## 사용하기
### API
### query.py
```text
query.py
query = {"query": {"match": {"code": "101015"}}} 수정 후 질의
```