$\require{mediawiki-texvc}$

연합인증

연합인증 가입 기관의 연구자들은 소속기관의 인증정보(ID와 암호)를 이용해 다른 대학, 연구기관, 서비스 공급자의 다양한 온라인 자원과 연구 데이터를 이용할 수 있습니다.

이는 여행자가 자국에서 발행 받은 여권으로 세계 각국을 자유롭게 여행할 수 있는 것과 같습니다.

연합인증으로 이용이 가능한 서비스는 NTIS, DataON, Edison, Kafe, Webinar 등이 있습니다.

한번의 인증절차만으로 연합인증 가입 서비스에 추가 로그인 없이 이용이 가능합니다.

다만, 연합인증을 위해서는 최초 1회만 인증 절차가 필요합니다. (회원이 아닐 경우 회원 가입이 필요합니다.)

연합인증 절차는 다음과 같습니다.

최초이용시에는
ScienceON에 로그인 → 연합인증 서비스 접속 → 로그인 (본인 확인 또는 회원가입) → 서비스 이용

그 이후에는
ScienceON 로그인 → 연합인증 서비스 접속 → 서비스 이용

연합인증을 활용하시면 KISTI가 제공하는 다양한 서비스를 편리하게 이용하실 수 있습니다.

[국내논문] 다양한 요구사항 수용 및 데이터 조회 성능 향상을 위한 CQRS 패턴 기반의 사물인터넷 플랫폼 설계
Design of A IoT Platform Based on CQRS Pattern to Accommodate Various Requirements and Improve Data Query Performance 원문보기

한국정보통신학회논문지 = Journal of the Korea Institute of Information and Communication Engineering, v.24 no.11, 2020년, pp.1539 - 1545  

전철호 (Department of Mobile Convergence and Engineering, Hanbat National University) ,  전현식 (Department of Mobile Convergence and Engineering, Hanbat National University) ,  박현주 (Department of Information and Communication Engineering, Hanbat National University)

초록
AI-Helper 아이콘AI-Helper

현대 사회의 과학기술 발전으로 유비쿼터스 시대가 도래함에 따라 사회적으로 사물인터넷 환경에서 발생하는 데이터에 관한 관심이 증가하였다. 하지만 기존 사물인터넷 플랫폼은 대용량 데이터에 대한 통계 처리와 같이 많은 처리량을 요구하는 조회 요청 처리에 어려움이 있다. 이에 따라 본 논문에서는 조회 요청에 대한 요구사항을 유연하게 수용할 수 있고 조회 성능을 향상 시킬 수 있는 사물인터넷 플랫폼을 제안한다. 본 논문에서 제안하는 플랫폼은 별도의 읽기 데이터베이스를 도입하여 평균 응답시간 측면에서 약 1200배의 성능 향상을 보였으며, 객체 모델을 명령 사이드와 조회 사이드로 분리함으로써 객체의 복잡도를 낮춰 플랫폼에 대한 다양한 요구사항을 빠르게 수용할 수 있도록 하였다.

Abstract AI-Helper 아이콘AI-Helper

With the advent of the ubiquitous era due to the development of science and technology in the modern society, interest in data generated in the IoT environment has increased socially. However, the existing IoT platform has difficulties in processing inquiry requests that require large amounts of thr...

Keyword

표/그림 (11)

AI 본문요약
AI-Helper 아이콘 AI-Helper

* AI 자동 식별 결과로 적합하지 않은 문장이 있을 수 있으니, 이용에 유의하시기 바랍니다.

문제 정의

  • 요구사항을 수용할 수 있어야 한다. 이에 본 논문에서는 다양한 요구사항 수용 및 데이터 조회 성능 향상을 위한 CQRS 패턴 기반의 사물인터넷 플랫폼 설계에 관한 연구를 진행한다.
  • 본 절에서는 CQRS 패턴 적용 대상인 선택적 프로토콜 기반의 사물인터넷 플랫폼에 대해 기술한다[10]. 플랫폼은 HTTP, CoAP, MQTT 프로토콜을 제공하며, 이러한 프로토콜은 Data Collection & Control Server(CnC)를 통해 통신이 가능하다.
  • 더불어 센싱 데이터에 대한 다양한 통계 요청을 처리해야하므로 많은 컴퓨팅 자원을 요구한다. 하여 본 연구에서는 복잡한 요구사항을 유연하게 수용하고 대용량 데이터 처리 성능 향상을 위해 CQRS 패턴을 센싱 서비스에 적용하는 연구를 진행한다.
  • 이때 명령 사이드와 조회 사이드의 동기화를 위한 이벤트 또한 같은 이점을 취할 수 있다. 더불어 시스템에 요구되는 조회요청이 다양해짐에 따라 조회 모델이 많아지는 문제를 해결하기 위해, 하나의 조회 모델을 통해 다양한 조회요청을 처리할 수 있는 조회 모델 고도화에 관한 연구를 진행한다.
본문요약 정보가 도움이 되었나요?

참고문헌 (14)

  1. O. Kumar and A. Goyal, "Visualization: a novel approach for big data analytics," 2016 Second International Conference on Computational Intelligence & Communication Technology (CICT). IEEE, pp. 121-124, 2016. 

  2. D. Reinsel, G. John, and R. John, "The digitization of the world from edge to core," IDC White Paper, 2018. 

  3. B. Meyer, Object-oriented software construction, vol. 2. New York: Prentice hall, 1988. 

  4. M. Fowler. "Command Query Separation" Martin Fowler-ThoughtWorks (2005) [Internet]. Available:https://martinfowler.com/bliki/CommandQuerySeparation.html 

  5. M. Fowler. "Cqrs." Martin Fowler's Blog (2011) [Internet]. Available: https://martinfowler.com/bliki/CQRS.html 

  6. G. Young, "Cqrs documents by greg young," Young 56, 2010. 

  7. D. Betts, J. Domingues, G. Melnik, F. Simonazzi, and M. Subramanian, "Exploring CQRS and Event Sourcing: A journey into high scalability, availability, and maintainability with Windows Azure," Microsoft patterns & practices, 2013. 

  8. S. K. Han and J. I. Choi, "Data Processing System Using CQRS Pattern and NoSQL in V2X Environment," International Journal of Smart Device and Appliance, pp. 1-8, 2020. 

  9. T. Rogojanu, M. Ghita, V. Stanciu, R. Ciobanu., R. Marin, and C. Dobre. "Netiot: A versatile iot platform integrating sensors and applications," Global Internet of Things Summit. IEEE, pp. 1-6, 2018. 

  10. D. H. Kim, H. S. Oh, H. S. Jeon, and H. J. Park, "The IoT Data Collection Platform based on Optional Protocols," Korea Institute Of Communication Sciences, pp. 1047-1048, 2017. 

  11. G. Marquez, M. M. Villegas, and H. Astudillo, "A pattern language for scalable microservices-based systems," Proceedings of the 12th European Conference on Software Architecture: Companion Proceedings, 2018. 

  12. L. Baresi and M. Garriga, "Microservices: The Evolution and Extinction of Web Services?," Microservices. Springer, Cham, pp. 3-28, 2020. 

  13. A. Henry and Y. Ridene, "Migrating to Microservices," Microservices. Springer, Cham, pp. 45-72, 2020. 

  14. S. O. Diakov, T. E. Zubrei, and A. S. Samoidiuk, "Application of event sourcing and CQRS patterns in distributed systems," 2019. 

저자의 다른 논문 :

섹션별 컨텐츠 바로가기

AI-Helper ※ AI-Helper는 오픈소스 모델을 사용합니다.

AI-Helper 아이콘
AI-Helper
안녕하세요, AI-Helper입니다. 좌측 "선택된 텍스트"에서 텍스트를 선택하여 요약, 번역, 용어설명을 실행하세요.
※ AI-Helper는 부적절한 답변을 할 수 있습니다.

선택된 텍스트

맨위로