Dibyo Sudarsono
Magister Teknik Informatika Universitas Amikom Yogyakarta

Published : 2 Documents Claim Missing Document
Claim Missing Document
Check
Articles

Found 2 Documents
Search

Aplikasi Perhitungan Jumlah Kendaraan Dengan Menggunakan Google Maps API Dibyo Sudarsono; Kusrini; Muhammad Rudyanto Arief
Jurnal Informatika Komputer, Bisnis dan Manajemen Vol 21 No 2 (2023): Mei 2023
Publisher : LPPM STMIK El Rahma Yogyakarta

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.61805/fahma.v21i2.14

Abstract

Proses penghitungan kendaraan memberikan informasi yang tepat tentang arus lalu lintas, dan waktu puncak lalu lintas di jalan raya. Makalah ini menyajikan penghitung kendaraan dengan menggunakan data dari Google Maps API. Penghitungan kendaraan akan menggunakan rumus rasio densitas dari metode Greenshield, Greenberg dan Underwood. Implementasi dari teknik yang diusulkan telah dilakukan dengan menggunakan bahasa pemrograman PHP dan framework codeigniter. Hasil dari penelitian ini adalah sebuah aplikasi penghitung kendaraan berbasis web yang diharapkan dapat membantu dinas terkait dalam meningkatkan pelayanan kepada masyarakat sebagai pengguna jalan
PERBANDINGAN PERFORMANSI ANTARA MONGODB DAN MARIADB Dibyo Sudarsono; Mutiara Dwi Anggraini; Christina Andriyani; Mukhadimah; Agun Nurul Widiyanto; Fahmi Ilmawan; Ema Utami
Jurnal Informatika Komputer, Bisnis dan Manajemen Vol 19 No 2 (2021): Mei 2021
Publisher : LPPM STMIK El Rahma Yogyakarta

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.61805/fahma.v19i2.54

Abstract

Along with the use of information technology in almost all sectors of life, making databases has a very important role in being able to store and process large amounts of data effectively, and high performance is required when processing the database. The Nosql database is widely used in managing very large amounts of data besides that it is also an open source database, but so far many still use the mysql database which is an open source DBMS and has many communities. This paper will compare the performance between a relational database that stores structured data (Sql) and a database with a dynamic and unstructured schema (Nosql). Specifically the database being compared between MariaDB and MongoDB. An experiment will be carried out by performing a query insert, update, delete on the two databases, with the number of records of 500, 1000, 5000, 7500 and 10000, besides that, it is also tested for a select query without criteria, with 1 criterion and 2 criteria. And from the experiments conducted it can be concluded that for insert, update and delete queries on a single NoSQL table has a much better response time. Whereas the select query without NoSQL criteria also has a better response time, but to display all data with criteria, especially the two database criteria, the SQL version has a better response time than NoSQL.