Commit b33d4b9a authored by Sensor MVP Team's avatar Sensor MVP Team
Browse files

merge branch

parent 392fa567
...@@ -6,13 +6,13 @@ ...@@ -6,13 +6,13 @@
``` ```
┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐
│ 센서 디바이스 │────│ Java 브리지 │────│ Go 서버 │ 센서 디바이스 │────│ Java 브리지 │────│ Go 서버 │
│ │ │ (RSNet SDK) │ │ (REST API) │ │ │ │ (RSNet SDK) │ │ (REST API) │
└─────────────────┘ └─────────────────┘ └─────────────────┘ └─────────────────┘ └─────────────────┘ └─────────────────┘
┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐
│ 웹 대시보드 │◄───│ PostgreSQL │◄─── │ Redis 캐시 │ │ 웹 대시보드 │◄───│ PostgreSQL │◄───│ Redis 캐시
│ (React) │ │ (데이터 저장) │ │ (실시간 캐시) │ │ (React) │ │ (데이터 저장) │ │ (실시간 캐시) │
└─────────────────┘ └─────────────────┘ └─────────────────┘ └─────────────────┘ └─────────────────┘ └─────────────────┘
``` ```
...@@ -236,4 +236,4 @@ docker-compose logs postgres ...@@ -236,4 +236,4 @@ docker-compose logs postgres
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`) 2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`) 3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`) 4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request 5. Open a Pull Request
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment