From e33db2a799ae10d066fd0674598f5d9fdc4cd9cd Mon Sep 17 00:00:00 2001 From: ChanChan Mao Date: Wed, 5 Feb 2025 17:11:34 -0800 Subject: [PATCH 01/36] add scarf analytics, add social links in footer --- docs/mkdocs.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 2639ded130..4d023f60ce 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -6,6 +6,7 @@ site_name: Daft Documentation site_url: https://www.getdaft.io/projects/docs/en/stable/ site_description: >- Welcome to Daft Documentation! Daft is a unified data engine for data engineering, analytics, and ML/AI. + # Repository repo_name: Daft @@ -17,6 +18,7 @@ docs_dir: mkdocs # referrerpolicy: "no-referrer-when-downgrade" # src: "https://static.scarf.sh/a.png?x-pxid=c9065f3a-a090-4243-8f69-145d5de7bfca" + # Sitemap nav: - Daft User Guide: @@ -97,6 +99,9 @@ theme: # Additional Configuration extra: + analytics: + provider: google + property: G-YN4QSRPV0K social: - icon: fontawesome/brands/github link: https://github.com/squidfunk @@ -106,6 +111,10 @@ extra: link: https://www.linkedin.com/company/eventualcomputing/ - icon: fontawesome/brands/x-twitter link: https://x.com/daft_dataframe + - icon: simple/substack + link: https://blog.getdaft.io/ + - icon: fontawesome/brands/youtube + link: https://www.youtube.com/@daftdf # This is a macro you should use to refer to paths # When referring to methods, the syntax is {{ api_path }}/path/to/method From e130c17c605c79984f6aad5f6deb14a21d47ceeb Mon Sep 17 00:00:00 2001 From: ChanChan Mao Date: Wed, 5 Feb 2025 17:39:18 -0800 Subject: [PATCH 02/36] fix pixel snippet --- docs/mkdocs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 4d023f60ce..0b854e377f 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -6,7 +6,8 @@ site_name: Daft Documentation site_url: https://www.getdaft.io/projects/docs/en/stable/ site_description: >- Welcome to Daft Documentation! Daft is a unified data engine for data engineering, analytics, and ML/AI. - + + # Repository repo_name: Daft From b0a0829e3f7b2c10e078d072ce856c35bf2cc38f Mon Sep 17 00:00:00 2001 From: ChanChan Mao Date: Wed, 5 Feb 2025 18:18:45 -0800 Subject: [PATCH 03/36] fix pixel snippet --- docs/mkdocs.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 0b854e377f..882dd573b6 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -4,9 +4,8 @@ # Project Information site_name: Daft Documentation site_url: https://www.getdaft.io/projects/docs/en/stable/ -site_description: >- - Welcome to Daft Documentation! Daft is a unified data engine for data engineering, analytics, and ML/AI. - +site_description: | + Welcome to Daft Documentation! Daft is a unified data engine for data engineering, analytics, and ML/AI. # Repository From 4231549d491a3b56c37e501026d0d0590439f1e3 Mon Sep 17 00:00:00 2001 From: ChanChan Mao Date: Wed, 5 Feb 2025 18:42:36 -0800 Subject: [PATCH 04/36] add pixel to copyright --- docs/mkdocs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 882dd573b6..d7adecd3f0 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -5,7 +5,8 @@ site_name: Daft Documentation site_url: https://www.getdaft.io/projects/docs/en/stable/ site_description: | - Welcome to Daft Documentation! Daft is a unified data engine for data engineering, analytics, and ML/AI. + Welcome to Daft Documentation! Daft is a unified data engine for data engineering, analytics, and ML/AI. +copyright: Copyright © 2025 Eventual Inc. # Repository From 9a53281950592f72eeae0302f66bc5068f1d5441 Mon Sep 17 00:00:00 2001 From: ChanChan Mao Date: Wed, 5 Feb 2025 19:48:10 -0800 Subject: [PATCH 05/36] update pytorch link --- docs/mkdocs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mkdocs/index.md b/docs/mkdocs/index.md index 7cd27d03cc..6b6c642297 100644 --- a/docs/mkdocs/index.md +++ b/docs/mkdocs/index.md @@ -37,7 +37,7 @@ Daft is a unified data engine for **data engineering, analytics, and ML/AI**. It Daft boasts strong integrations with technologies common across these workloads: * **Cloud Object Storage:** Record-setting I/O performance for integrations with S3 cloud storage, [battle-tested at exabyte-scale at Amazon](https://aws.amazon.com/blogs/opensource/amazons-exabyte-scale-migration-from-apache-spark-to-ray-on-amazon-ec2/) -* **ML/AI Python Ecosystem:** First-class integrations with [PyTorch](https://pytorch.org/>) and [NumPy](https://numpy.org/) for efficient interoperability with your ML/AI stack +* **ML/AI Python Ecosystem:** First-class integrations with [PyTorch](https://pytorch.org/) and [NumPy](https://numpy.org/) for efficient interoperability with your ML/AI stack * **Data Catalogs/Table Formats:** Capabilities to effectively query table formats such as [Apache Iceberg](https://iceberg.apache.org/), [Delta Lake](https://delta.io/) and [Apache Hudi](https://hudi.apache.org/) * **Seamless Data Interchange:** Zero-copy integration with [Apache Arrow](https://arrow.apache.org/docs/index.html) * **Multimodal/ML Data:** Native functionality for data modalities such as tensors, images, URLs, long-form text and embeddings From e3412527b80a9ecd65a0962596e97467f8ce4016 Mon Sep 17 00:00:00 2001 From: ChanChan Mao Date: Wed, 5 Feb 2025 19:49:26 -0800 Subject: [PATCH 06/36] footer socials --- docs/mkdocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index d7adecd3f0..fab4b771e7 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -112,10 +112,10 @@ extra: link: https://www.linkedin.com/company/eventualcomputing/ - icon: fontawesome/brands/x-twitter link: https://x.com/daft_dataframe - - icon: simple/substack - link: https://blog.getdaft.io/ - icon: fontawesome/brands/youtube link: https://www.youtube.com/@daftdf + - icon: simple/substack + link: https://blog.getdaft.io/ # This is a macro you should use to refer to paths # When referring to methods, the syntax is {{ api_path }}/path/to/method From 4d076254753717ba0a30c0253fd1b7a608516f21 Mon Sep 17 00:00:00 2001 From: ChanChan Mao Date: Wed, 5 Feb 2025 20:23:13 -0800 Subject: [PATCH 07/36] add pixel to readme --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index aad9d86b77..ac47a54929 100644 --- a/README.rst +++ b/README.rst @@ -107,7 +107,7 @@ The data that we collect is: Please see our `documentation `_ for more details. -.. image:: https://static.scarf.sh/a.png?x-pxid=cd444261-469e-473b-b9ba-f66ac3dc73ee +.. image:: https://static.scarf.sh/a.png?x-pxid=31f8d5ba-7e09-4d75-8895-5252bbf06cf6 Related Projects ---------------- From eb3534db8243c660faef19be58458af5d7b3a8b5 Mon Sep 17 00:00:00 2001 From: ChanChan Mao Date: Wed, 5 Feb 2025 20:24:36 -0800 Subject: [PATCH 08/36] add pixel to sphinx --- docs/sphinx/source/_templates/layout.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sphinx/source/_templates/layout.html b/docs/sphinx/source/_templates/layout.html index 79802e7bfe..bccadabba9 100644 --- a/docs/sphinx/source/_templates/layout.html +++ b/docs/sphinx/source/_templates/layout.html @@ -5,6 +5,7 @@ +