-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Michiel De Muynck
committed
Oct 31, 2024
1 parent
d39aeba
commit a8800b5
Showing
33 changed files
with
413 additions
and
20 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link data-trunk rel="css" href="static/style.css"/> | ||
<link data-trunk rel="copy-dir" href="static/images" data-target-path="static/images"/> | ||
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=El+Messiri:wght@700&display=swap" rel="stylesheet"> | ||
</head> | ||
<body></body> | ||
</html> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,48 @@ | ||
- id: local_csv | ||
short_name: "Local CSV" | ||
description: "A CSV file stored on the local filesystem" | ||
logo: "csv.jpg" | ||
description: "A CSV file on the local filesystem" | ||
logo: "csv.png" | ||
- id: local_parquet | ||
short_name: "Local Parquet" | ||
description: "A Parquet file on the local filesystem" | ||
logo: "parquet.png" | ||
- id: local_json | ||
short_name: "Local JSON" | ||
description: "A JSON file on the local filesystem" | ||
logo: "json.png" | ||
- id: csv_on_s3 | ||
short_name: "CSV on S3" | ||
description: "A CSV file on S3" | ||
logo: "s3.png" | ||
- id: csv_on_azure | ||
short_name: "CSV on Azure" | ||
description: "CSV Azure blob storage" | ||
logo: "azure-blob-storage.png" | ||
- id: csv_on_google_cloud_storage | ||
short_name: "CSV on GCP" | ||
description: "CSV on Google cloud storage" | ||
logo: "google-cloud-storage.png" | ||
- id: oracle | ||
short_name: "Oracle" | ||
description: "The relational database management system by Oracle" | ||
logo: "oracle.png" | ||
- id: mysql | ||
short_name: "MySQL" | ||
description: "An open-source relational database management system" | ||
logo: "mysql.png" | ||
- id: sql_server | ||
short_name: "SQL Server" | ||
description: "A proprietary relational database management system developed by Microsoft" | ||
logo: "sql-server.svg" | ||
- id: postgres | ||
short_name: "PostgreSQL" | ||
description: "Free and open-source relational database management system (RDBMS) emphasizing extensibility and SQL compliance" | ||
logo: "postgres.png" | ||
- id: mongodb | ||
short_name: "MongoDB" | ||
description: > | ||
MongoDB is a source-available, cross-platform, document-oriented database program. | ||
Classified as a NoSQL database product, MongoDB utilizes JSON-like documents with | ||
optional schemas. MongoDB is developed by MongoDB Inc. and current versions are | ||
licensed under the Server Side Public License. | ||
logo: "mongodb.png" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,72 @@ | ||
- id: duckdb | ||
short_name: DuckDB | ||
short_name: "DuckDB" | ||
description: "An in-process SQL OLAP database management system" | ||
url: "https://duckdb.org/" | ||
logo: "duckdb.jfif" | ||
- id: polars | ||
short_name: Polars | ||
short_name: "Polars" | ||
description: "A blazingly fast DataFrame library implemented in Rust" | ||
url: "https://pola.rs/" | ||
logo: "polars.png" | ||
- id: spark | ||
short_name: "Spark" | ||
description: "Apache Spark is an open-source unified analytics engine for large-scale data processing" | ||
url: "https://spark.apache.org/" | ||
logo: "spark.webp" | ||
- id: snowflake | ||
short_name: "Snowflake" | ||
description: "Managed cloud data platform" | ||
url: "https://snowflake.com/" | ||
logo: "snowflake.png" | ||
- id: athena | ||
short_name: "Athena" | ||
description: "An interactive query service that makes it easy to analyze data in Amazon S3 using standard SQL" | ||
url: "https://aws.amazon.com/athena/" | ||
logo: "athena.png" | ||
- id: fabric | ||
short_name: "Fabric" | ||
description: "An end-to-end analytics and data platform designed for enterprises that require a unified solution" | ||
url: "https://www.fabric.io/" | ||
logo: "fabric.webp" | ||
- id: synapse | ||
short_name: "Synapse" | ||
description: "Azure Synapse Analytics is a limitless analytics service that brings together enterprise SQL data warehousing and big data analytics services" | ||
url: "https://azure.microsoft.com/en-us/products/synapse-analytics" | ||
logo: "synapse.png" | ||
- id: impala | ||
short_name: "Impala" | ||
description: "Modern, open source, distributed SQL query engine for open data and table formats by Apache" | ||
url: "https://impala.apache.org/" | ||
logo: "impala.png" | ||
- id: trino | ||
short_name: "Trino" | ||
description: "Open-source distributed SQL query engine designed to query large data sets distributed over one or more heterogeneous data sources" | ||
url: "https://trino.io/" | ||
logo: "trino.png" | ||
- id: starburst | ||
short_name: "Starburst" | ||
description: "Enterprise managed Trino" | ||
url: "https://www.starburst.io/" | ||
logo: "starburst.png" | ||
- id: bigquery | ||
short_name: "BigQuery" | ||
description: "Serverless, cost-effective, multicloud data warehouse by Google." | ||
url: "https://cloud.google.com/bigquery" | ||
logo: "bigquery.svg" | ||
- id: hive | ||
short_name: "Hive" | ||
description: "Distributed, fault-tolerant warehouse infrastructure built on top of Hadoop" | ||
url: "https://hive.apache.org/" | ||
logo: "hive.png" | ||
- id: redshift | ||
short_name: "Redshift" | ||
description: "A fully managed, petabyte-scale data warehouse service by AWS" | ||
url: "https://aws.amazon.com/redshift/" | ||
logo: "redshift.png" | ||
|
||
# Todo: | ||
# Presto | ||
# StarRocks | ||
# Dremio | ||
# Meltano? | ||
# dlt? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
use leptos::*; | ||
|
||
#[component] | ||
pub fn Markdown( | ||
src: impl AsRef<str> | ||
) -> impl IntoView { | ||
let compiled_html = markdown::to_html_with_options( | ||
src.as_ref(), | ||
&markdown::Options::gfm() | ||
); | ||
match compiled_html { | ||
Ok(compiled_html) => { | ||
view! { | ||
<div inner_html=compiled_html/> | ||
} | ||
}, | ||
Err(e) => { | ||
view! { | ||
<div>{ format!("Invalid markdown: {}", e) }</div> | ||
} | ||
} | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Oops, something went wrong.