Claim Missing Document
Check
Articles

Found 3 Documents
Search
Journal : INFORMAL: Informatics Journal

Analisis Quality of Service Protokol MQTT, HTTP, dan CoAP dalam Pengiriman Data ke Thingsboard Kurniawan, I Kadek Yogi; Andika, I Gede; Antara, I Gede Made Yudi; Desnanjaya, I Gusti Made Ngurah; Ekayana, Anak Agung Gde
INFORMAL: Informatics Journal Vol 9 No 1 (2024): INFORMATICS JOURNAL (INFORMAL)
Publisher : Faculty of Computer Science, University of Jember

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.19184/isj.v9i1.43986

Abstract

The Internet of Things allows a sensor node to collect data from a place and send it to the Internet of Things platform. In its application, the Internet of Things has several protocols for sending data such as Message Queue Telemetry Transport (MQTT), Hyper Text Transport Protocol (HTTP), and Constrained Application Protocol (CoAP). These three protocols have their own characteristics and differences. For this reason, it is necessary to analyze the performance of these three protocols. This research focuses on analyzing the comparison of the Quality of Service of these three protocols in terms of packet loss, delay, and jitter parameters with the object used is sending temperature data to Thingsboard. The result shows that MQTT excels in sending data with short time intervals and CoAP excels in sending data with long time intervals.
Analisis Sentimen Opini Publik Terhadap Konser Coldplay Di Jakarta Pada Twitter Menggunakan Metode Support Vector Machine Hidayatulloh, Fachmi; Andika, I Gede; Suryawan, I Wayan Dharma; Ariantini, Made Suci; Sudipa, I Gede Iwan
INFORMAL: Informatics Journal Vol 9 No 2 (2024): Informatics Journal (INFORMAL)
Publisher : Faculty of Computer Science, University of Jember

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.19184/isj.v9i2.46046

Abstract

Advances in information and communication technology are changing the way humans obtain information. One of them is through social media Twitter. Twitter is a social media that is famous as a medium for general public opinion. There are many discussion topics that people respond to on Twitter. One of the topics on Twitter social media that is trending is related to the Coldplay Jakarta concert. The Coldplay Jakarta concert event received various responses from netizens. This is because the public is very enthusiastic about watching this British music group. However, public enthusiasm did not run smoothly due to the emergence of various phenomena and problems that occurred before and after this event was held. Therefore, the sentiments given are very diverse. Starting from negative sentiments to positive sentiments. The sentiment analysis process can find and solve problems based on public sentiment on Twitter. The dataset was obtained through a data crawling process using Google Colabs with the Python programming language. The total dataset obtained was 1,831 raw datasets. After that, the dataset is processed in data cleansing which aims to remove components that are not needed in sentiment analysis. Next, the dataset is labeled negative and positive. Then pre-processing is carried out on the data that has been previously labeled, and a word weighting process is also carried out using Term Frequency - Inverse Document Frequency (TF-IDF). After that, modeling was carried out using the Support Vector Machine classification method and the final process was test evaluation. The number of datasets obtained after going through the cleaning and labeling process is 1,000. The dataset is divided into training data and test data in a ratio of 80:20. The results obtained from the Support Vector Machine method show an accuracy percentage of 80.97%, precision of 81.59% and recall of 79.12. The sentiment test results from the test data were 107 positive and 93 negative
Restructuring Arsitektur Backend Aplikasi XYZ Berbasis Microservice Merta, I Kadek Priyana Adi; Andika, I Gede; Supartha, I Kadek Dwi Gandika; Ariana, Anak Agung Gede Bagus; Adnyana, I Gede
INFORMAL: Informatics Journal Vol 9 No 2 (2024): Informatics Journal (INFORMAL)
Publisher : Faculty of Computer Science, University of Jember

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.19184/isj.v9i2.48699

Abstract

This research aimed to restructure the backend architecture of the XYZ application prototype using Microservice architecture. Load testing was conducted to compare the performance of the initial prototype backend and microservice architecture on response-time, throughput, and latency metrics. The restructuring method used was arranged in 4 stages with a total of 7 activities. In the first stage, system analysis was conducted on the XYZ application prototype. In the second stage, architecture decomposition, consisting of 3 activities, which were identifying system operations, identifying services using domain-driven design decomposition, and defining services and collaboration, was performed. In the third stage, database requirements analysis was performed on the microservice architecture that had been formed. In the fourth stage, the database design and microservice backend were implemented and tested using 3 different amounts of data, which were 56, 112, and 210, against 14 endpoints on both the prototype backend and the microservice backend. Based on the test results taken from the Apache JMeter Listener, it showed that the prototype backend showed superior performance in testing per endpoint, but in the overall test, the microservice backend showed better performance with a 2,4% faster response time, 1,8% higher throughput, and 2,4% lower latency. There is a pattern that shows the dominant microservice backend excels in tests with the last data, Data 210, in all metrics measured.