From 8b49e363cb96429de69e3cfba7ee6097f80b8293 Mon Sep 17 00:00:00 2001 From: Sumer Date: Fri, 27 Feb 2026 16:16:43 -0500 Subject: [PATCH 1/2] Update README to reflect Clickhouse database backend - Remove outdated statement about being a fully static site - Add description of Clickhouse database backend for filtering - Clarify that filtering operations are performed at the database level --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c764b4d..e3be0fb0 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next ## Backend -All data is coming from [Synapse](https://www.synapse.org/). We have a Python script that generates a JSON file that contains all the metadata. There is currently no backend, it's a fully static site i.e. all filtering happens on the frontend. +All data is coming from [Synapse](https://www.synapse.org/). We have a Python script that generates a JSON file that contains all the metadata. The application uses a Clickhouse database backend where all the metadata is stored and filtering operations are performed at the database level for improved performance and scalability. ## Data Updates From 4646749c3da87ed3d3887945be0ce7e0f8a5722d Mon Sep 17 00:00:00 2001 From: Onur Sumer Date: Mon, 2 Mar 2026 18:09:05 -0500 Subject: [PATCH 2/2] Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3be0fb0..15808dc9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next ## Backend -All data is coming from [Synapse](https://www.synapse.org/). We have a Python script that generates a JSON file that contains all the metadata. The application uses a Clickhouse database backend where all the metadata is stored and filtering operations are performed at the database level for improved performance and scalability. +All data is coming from [Synapse](https://www.synapse.org/). We have a Python script that generates a JSON file that contains all the metadata. The application uses a ClickHouse database backend where all the metadata is stored and filtering operations are performed at the database level for improved performance and scalability. ## Data Updates