Advertisement

What Is a Graph Database?

Graph databases refers to a category of  NoSQL databases that represent data whose relations are well represented as a set of nodes. These nodes have an undetermined number of connections and are evaluated through computer algorithms. Good graph database use cases include: Social relationships (nodes are people) Public transport links (nodes can be bus or […]

What Is a Document Database?

Document databases refers to a category of  NoSQL that represents data in a tree structure, where paths or branches connect data values or leaves. Frequently, document stores use XML and JSON formats stores. There are few practical limits to the number of paths, fields, values, or types of data that can be added to specific […]

What Is a Key-Value Database?

Key-value databases, also called key-value stores, are often considered the simplest type of NoSQL databases. Each unique identifier is stored as a key with its associated value. The value can be any sort of byte array, data structure, or binary large object (BLOB), and works well for storing enormous amounts of data. Windows Explorer and […]

Demystifying Data Architecture

Ludwig Mies van der Rohe said, “Architecture starts when you carefully put two bricks together”—and Data Architecture begins upon creating, storing, and putting two or more characters together, be they sets of records, emails, pictures, audio, video. This resonated well with initial thoughts about Data Architecture, as it is comprised of things, the functionality of […]

What Is BASE?

BASE describes database processing germane to a NoSQL database, such as a data lake. An increasing number of data volumes and variability, according to DAMA DMBoK, spurred the BASE philosophy. Its popularity rose in 2008. BASE provides less assurance than ACID, but it scales very well and reacts well to rapid data changes. BASE construction […]

Will They Blend? Theobald Meets HANA

Click to learn more about author Maarit Widmann. In the “Will They Blend?” blog series, we experiment with the most interesting blends of data and tools. Whether it’s mixing traditional sources with modern data lakes, open-source devops on the cloud with protected internal legacy tools, SQL with noSQL, web-wisdom-of-the-crowd with in-house handwritten notes, or IoT […]