<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[adegbengaagoro]]></title><description><![CDATA[Results-oriented & highly dynamic professional with a comprehensive background in engineering and software development. Proven track record of creating efficien]]></description><link>https://articles.adegbengaagoro.co</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Apr 2026 16:24:19 GMT</lastBuildDate><atom:link href="https://articles.adegbengaagoro.co/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Appwrite: The Easiest Way to Integrate APIs into Your Applications]]></title><description><![CDATA[I happen to have heard about Appwrite in the past, glanced at one or two videos but it never really resonated with me until a friend of mine posted a tweet about it and I decided to take a closer look at Appwrite and my interest was truly activated.
...]]></description><link>https://articles.adegbengaagoro.co/appwrite-the-easiest-way-to-integrate-apis-into-your-applications</link><guid isPermaLink="true">https://articles.adegbengaagoro.co/appwrite-the-easiest-way-to-integrate-apis-into-your-applications</guid><category><![CDATA[Appwrite]]></category><category><![CDATA[Databases]]></category><dc:creator><![CDATA[Adegbenga Agoro]]></dc:creator><pubDate>Fri, 13 Jan 2023 13:27:51 GMT</pubDate><content:encoded><![CDATA[<p>I happen to have heard about Appwrite in the past, glanced at one or two videos but it never really resonated with me until a friend of mine posted a tweet about it and I decided to take a closer look at Appwrite and my interest was truly activated.</p>
<p>It could be due to my current mindset towards software development and creating products, but I find Appwrite to be a fascinating and intriguing platform and product.</p>
<p>Giving credit to whom it's due, here is the tweet that sparked my interest.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1673614638077/4325c158-4d99-4d19-ac4e-6493c84fd85e.png" alt class="image--center mx-auto" /></p>
<p>Therefore, I have decided to do a series of articles about Appwrite and this first article will be a quick overview and a comparison of the Appwrite Database with traditional Database terminologies.</p>
<h3 id="heading-what-is-appwrite">What is Appwrite?</h3>
<p>Appwrite is in my humble estimation, definitely a powerful and flexible platform for developers, one that provides a wide range of APIs for various services such as database management and administration, file storage and management, and authentication.</p>
<blockquote>
<p><strong>The Authentication Component of Appwrite is incredibly powerful and robust.</strong></p>
</blockquote>
<p>With Appwrite, developers can easily integrate these services into their applications, saving time and effort. Appwrite provides a very clean and user-friendly interface, thus making it easy for developers to get started and quickly add new functionality to their applications.</p>
<p>With Appwrite, not only do you have access to a user-friendly interface for performing actions, but the platform also offers SDKs that can be seamlessly integrated into your software application workflow. No matter what type of app you are building, whether it's built using React, Vue, Astro, Svelte, or Solid, there is a client SDK available for you. Additionally, if you're looking to build an API, the platform's server SDK can be easily leveraged. Appwrite also caters to mobile app developers, offering a Flutter SDK for your convenience.</p>
<p>With the overview out of the way, let's talk Databases.</p>
<h3 id="heading-appwrite-databases">Appwrite Databases</h3>
<p>One of the key features of Appwrite is its database service, which provides a NoSQL document-based database. This type of database is considered to be more flexible and scalable than traditional SQL databases and allows for easy storage and retrieval of data.</p>
<p>Appwrite also supports various query operators such as filtering, sorting, and pagination, making it easy for developers to retrieve the specific data they need. Additionally, Appwrite provides an easy way to manage and monitor usage, billing, and access to resources, enabling developers to control costs and avoid overages.</p>
<p>I would like to outline how the Appwrite Database terminologies map to traditional SQL database terms so the concepts are easily grasped.</p>
<div class="hn-table">
<table>
<thead>
<tr>
<td>Appwrite Database Terms</td><td>SQL Database Terms</td></tr>
</thead>
<tbody>
<tr>
<td>Database</td><td>Database</td></tr>
<tr>
<td>Collections</td><td>Tables</td></tr>
<tr>
<td>Documents</td><td>Rows</td></tr>
<tr>
<td>Indexes</td><td>Indexes</td></tr>
<tr>
<td>Queries</td><td>Queries</td></tr>
<tr>
<td>Aggregations</td><td>SQL Aggregate Functions</td></tr>
<tr>
<td>Transactions</td><td>Transactions</td></tr>
</tbody>
</table>
</div><p>If you're familiar with databases like MongoDB, the concept of Appwrite's Database service may not come as a surprise to you. However, the great thing about this service is that even if you primarily work with SQL databases, the user interface allows you to easily structure your data.</p>
<p>I hope you find this helpful and sufficient to give Appwrite a spin, let me know what your experience with it is like; so far I am quite pleased and will share more information as I explore the tool.</p>
<p>In summary, Appwrite is a comprehensive and user-friendly solution for developers looking to improve their workflow and increase their productivity.</p>
]]></content:encoded></item><item><title><![CDATA[Understanding Distributed Databases]]></title><description><![CDATA[What is a Database
A database can be considered an organized collection of data, typically stored and accessed electronically from a computer system or server. Databases are used to store and manage large amounts of structured data, such as financial...]]></description><link>https://articles.adegbengaagoro.co/understanding-distributed-databases</link><guid isPermaLink="true">https://articles.adegbengaagoro.co/understanding-distributed-databases</guid><category><![CDATA[Databases]]></category><category><![CDATA[Distributed Database]]></category><dc:creator><![CDATA[Adegbenga Agoro]]></dc:creator><pubDate>Thu, 15 Dec 2022 10:38:05 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1671100645561/Smtz522qg.jpg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h1 id="heading-what-is-a-database"><strong>What is a Database</strong></h1>
<p>A database can be considered an organized collection of data, typically stored and accessed electronically from a computer system or server. Databases are used to store and manage large amounts of structured data, such as financial records, customer information, inventory records, and more.</p>
<p>Databases are designed to be efficient and reliable and to support a wide range of operations for managing and querying data. They typically use structured query language (SQL) for creating, querying, updating, and deleting data, and may provide additional tools and features for managing and accessing the data.</p>
<p>The term “database” can refer to the data itself, as well as the software and systems used for managing and accessing the data. There are many different types of databases, including relational databases, object-oriented databases, and NoSQL databases.</p>
<p>Overall, while databases can be powerful tools for managing and storing data, they are not without their limitations, and users should be aware of these limitations when working with databases.</p>
<p>The limitations listed below facilitate the need to utilize database Distribution as a strategy for data management:</p>
<p>1. <strong>Limited scalability:</strong> Traditional databases may struggle to handle very large volumes of data or a large number of concurrent users.  </p>
<p>2. <strong>Performance issues:</strong> As the volume of data in a database increase, performance may start to degrade, leading to slower query times and other issues.</p>
<h1 id="heading-what-is-a-distributed-database"><strong>What is a Distributed Database</strong></h1>
<blockquote>
<p><em>A distributed database is a database that is spread across multiple physical locations and can be accessed and updated by multiple users concurrently. In a distributed database, data is typically stored across multiple servers, and each server may have a different role or function in the overall database system.</em></p>
</blockquote>
<h2 id="heading-so-why-should-we-use-distributed-databases"><strong>So, why should we use distributed databases?</strong></h2>
<p>There are several reasons why a database might be distributed, including:</p>
<p>1. To support a large volume of data that cannot be stored on a single server. Distributed databases allow data to be stored across multiple servers, allowing for greater scalability and capacity.  </p>
<p>2. To improve performance and speed. By distributing the data across multiple servers, a distributed database can handle more concurrent requests and queries and can provide faster access to the data.  </p>
<p>3. To provide high availability and fault tolerance. If one server in a distributed database goes offline, the other servers can continue to operate and serve the data, ensuring that the database remains available and accessible.  </p>
<p>4. To support multiple users and locations. Distributed databases can be accessed and updated by multiple users concurrently, regardless of their location. This can be useful for applications with a large number of users, or organizations with multiple offices or locations.  </p>
<p>Overall, a distributed database can provide many benefits over a traditional, single-server database, including greater scalability, performance, and reliability.</p>
<h2 id="heading-here-are-some-key-points-to-consider-when-working-with-distributed-databases"><strong>Here are some key points to consider when working with distributed databases:</strong></h2>
<p>1. Identify the needs of your application and choose the right distributed database architecture to support those needs. Different types of distributed databases include peer-to-peer, client-server, and master-slave architectures.  </p>
<p>2. Ensure that your distributed database is highly available and fault-tolerant. This means that it should be able to continue functioning even if one or more of the servers in the system goes offline.  </p>
<p>3. Use techniques such as sharding and replication to distribute the data across multiple servers and improve performance. Sharding involves dividing the data into smaller chunks and storing each chunk on a different server, while replication involves creating multiple copies of the data and storing them on different servers.  </p>
<p>4. Use appropriate security measures to protect the data in your distributed database. This may include encryption, authentication, and access control mechanisms.  </p>
<p>5. Monitor and manage your distributed database to ensure that it is performing optimally. This may involve monitoring performance metrics, detecting and addressing issues such as bottlenecks or failed servers, and performing regular maintenance tasks such as backups and updates.</p>
<p>Overall, the key to working with distributed databases is to carefully plan and design your system to meet the specific needs of your application and to monitor and manage it effectively to ensure optimal performance and reliability.</p>
]]></content:encoded></item></channel></rss>