-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java platform 에 저장 기능 논의 필요 #27
Comments
MQTT 데이터의 저장MQTT 데이터를
이렇게 저장해 볼까요? MQTT 메세지 같은것은 하지만,
|
MySQL 서버가 필요한 것이죠? |
dbms 는 어떤걸 쓰든 상관이 없을 것 같은데 orm framework 를 어떤걸 쓸지 정해야 할것 같습니다. |
대부분 센서 데이터들은 json 형태로 mqtt 서버에 보내고 받습니다. |
@JongsoonHwang 실제로 json 을 보내는게 아니라 protocol 에 맞게 라이브러리 단에서 처리를 합니다. 어플리케이션 코드상에서는 node + mongo 에서는 json 이 처리하기 쉬워서 json 으로 받습니다. |
@JongsoonHwang 님, 이 부분은 현재 |
The owner of issue has been changed to me |
지금
Platform/Java
에는 mqtt 프로토콜이 구현되어 있습니다.mqtt message 들을 저장하기 위해 어떤 구현을 해야 할지에 대한 논의가 필요합니다.
mybatis 로 간단한 저장하는 코드가 있긴하지만 mqtt 쪽 message 를 저장하는 코드는 아닙니다.
The text was updated successfully, but these errors were encountered: