Skip to content

Commit 6661a6d

Browse files
author
Sumer
committed
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
1 parent a163be3 commit 6661a6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next
88

99
## Backend
1010

11-
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.
11+
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.
1212

1313
## Data Updates
1414

0 commit comments

Comments
 (0)