Update for 2025.
Signed-off-by: Willy Sudiarto Raharjo <willysr@staff.ukdw.ac.id>
This commit is contained in:
@@ -0,0 +1,80 @@
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<title>Willy Sudiarto Raharjo - Computer Security</title>
|
||||
<meta name="keywords" content="Willy, Willy Sudiarto Raharjo, Willy SR, WillySR, UKDW, Dosen, Universitas Kristen Duta Wacana, NoSQL, MongoDB" />
|
||||
<meta name="description" content="Situs ini berisi halaman materi untuk kelas Administrasi Basis Data Non Relational Universitas Kristen Duta Wacana" />
|
||||
<link rel="icon" href="../images/favicon.ico" type="image/ico" />
|
||||
<style type="text/css">
|
||||
@import "../includes/index.css";
|
||||
@import "../includes/normalize.css";
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<?php
|
||||
include "../includes/functions.php";
|
||||
?>
|
||||
<header role="banner">
|
||||
<?php
|
||||
include "../includes/courses.php";
|
||||
?>
|
||||
</header>
|
||||
<section class="title">Non Relational Database Administration</section>
|
||||
<section class="sidebar">
|
||||
<header>
|
||||
<h3>Jadwal</h3>
|
||||
</header>
|
||||
<aside>
|
||||
<p>
|
||||
Grup A<br/>Hari Selasa<br/>Jam 10:30 - 13:00
|
||||
</p>
|
||||
<p>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="classinfo">
|
||||
<section class="description">
|
||||
<header>
|
||||
<h1>PENGAJAR</h1>
|
||||
</header>
|
||||
<p>Willy Sudiarto Raharjo, S.Kom., M.Cs</p>
|
||||
</section>
|
||||
<section class="description">
|
||||
<header>
|
||||
<h1>PENGANTAR</h1>
|
||||
</header>
|
||||
<p>Mata kuliah Administrasi Basis Data Non Relational memperkenalkan kepada mahasiswa mengenai konsep NoSQL Database dengan menggunakan teknologi MongoDB. Mahasiswa juga belajar dari beberapa studi kasus terkait pemanfaatan NoSQL dan aplikasinya dalam dunia industri.</p>
|
||||
<p>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
<section class="material">
|
||||
<header>
|
||||
<h1>MATERI</h1>
|
||||
</header>
|
||||
<ol>
|
||||
<li>Syllabus</li>
|
||||
<li>Introduction to MongoDB</li>
|
||||
<li>CRUD with MongoDB</li>
|
||||
<li>Sorting, Limit, and Projections</li>
|
||||
<li>Aggregation</li>
|
||||
<li>Index Management</li>
|
||||
<li>Data Modeling</li>
|
||||
<li>Transactions</li>
|
||||
<li>Access Control</li>
|
||||
<li>Logging</li>
|
||||
<li>MongoDB Tools</li>
|
||||
<li>Replication</li>
|
||||
</ol>
|
||||
</section>
|
||||
<section class="references">
|
||||
<header>
|
||||
<h1>REFERENSI</h1>
|
||||
</header>
|
||||
<ol>
|
||||
<li><a href="https://learn.mongodb.com/">MongoDB University</a></li>
|
||||
</ol>
|
||||
</section>
|
||||
<?php
|
||||
include "../includes/footer.php";
|
||||
?>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user