Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Administrator
sensor_mvp
Commits
b33d4b9a
Commit
b33d4b9a
authored
Sep 02, 2025
by
Sensor MVP Team
Browse files
merge branch
parent
392fa567
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
b33d4b9a
...
...
@@ -6,13 +6,13 @@
```
┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐
│ 센서 디바이스 │────│ Java 브리지 │────│ Go 서버
│
│ 센서 디바이스 │────│ Java 브리지 │────│ Go 서버 │
│ │ │ (RSNet SDK) │ │ (REST API) │
└─────────────────┘ └─────────────────┘ └─────────────────┘
│
▼
┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐
│ 웹 대시보드
│◄───│ PostgreSQL │◄───
│ Redis 캐시 │
│ 웹 대시보드 │◄───│ PostgreSQL │◄───│ Redis 캐시
│
│ (React) │ │ (데이터 저장) │ │ (실시간 캐시) │
└─────────────────┘ └─────────────────┘ └─────────────────┘
```
...
...
@@ -236,4 +236,4 @@ docker-compose logs postgres
2.
Create your Feature Branch (
`git checkout -b feature/AmazingFeature`
)
3.
Commit your Changes (
`git commit -m 'Add some 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment