Skip to content

Commit

Permalink
Merge pull request #117 from c0d33ngr/duckdb-in-daytona
Browse files Browse the repository at this point in the history
Building a DuckDB Playground with Daytona
  • Loading branch information
nkkko authored Dec 13, 2024
2 parents c6fc492 + 09a2a23 commit 1d045ef
Show file tree
Hide file tree
Showing 16 changed files with 517 additions and 0 deletions.
16 changes: 16 additions & 0 deletions definitions/20240922_definition_duckdb.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: "DuckDB"
description: "An open-source columnar relational database"
date: 2024-09-22
author: "Jeffrey Whewhetu"
---

# DuckDB

## Definition

DuckDB is an open-source, columnar relational database designed for analytical query performance and ease of use, offering an SQL interface and support for various data types.

## Context and Usage

DuckDB is typically used in data analysis, data science, and business intelligence applications, where fast querying and aggregation are critical. Its columnar storage and SQL interface make it an ideal choice for handling complex data types.
16 changes: 16 additions & 0 deletions definitions/20240922_definition_matplotlib.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: "Matplotlib"
description: "A Python data visualization library"
date: 2024-09-22
author: "Jeffrey Whewhetu"
---

# Matplotlib

## Definition

Matplotlib is a popular Python data visualization library for creating static, animated, and interactive plots, providing a comprehensive set of tools for creating high-quality 2D and 3D plots.

## Context and Usage

Matplotlib is typically used in data exploration, scientific publishing, and web applications, where data visualization is essential. Its customization options, output formats, and integration with NumPy and Pandas make it a versatile tool.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: "OLAP (Online Analytical Processing)"
description: "A computing method that enables business users to quickly answer to multi-dimentional analytical queries"
date: 2024-09-22
author: "Jeffrey Whewhetu"
---

# OLAP (Online Analytical Processing)

## Definition

OLAP (Online Analytical Processing) is a data analysis technology that enables fast and efficient querying and analysis of data, allowing users to easily and quickly analyze data from multiple dimensions.

It is well suited for complex queries that draws from multiple data sets.

## Context and Usage

OLAP is typically used in business intelligence, financial analysis, and data science applications, where complex data analysis and reporting are required. It provides a multidimensional view of data, enabling users to analyze trends, patterns, and relationships.
Loading

0 comments on commit 1d045ef

Please sign in to comment.