diff --git a/README.md b/README.md index 2c764b4d..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. 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