Duckdb parquet, what's under the hood ? #9840
Answered
by
cscheid
GuillaumeChretien
asked this question in
Q&A
-
DescriptionHello,
I then export my site and publish it. My questions are:
Thank you to the whole team for this amazing tool! |
Beta Was this translation helpful? Give feedback.
Answered by
cscheid
Jun 1, 2024
Replies: 1 comment 4 replies
-
Your code is in an OJS cell; that's a reactive Javascript framework we use from https://observablehq.com/, and there's no server involved on their code. So:
|
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
GuillaumeChretien
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your code is in an OJS cell; that's a reactive Javascript framework we use from https://observablehq.com/, and there's no server involved on their code. So:
data/donnees.parquet
will exist on the server as well. The data is fully loaded by the web browser ("client-side") every time the web page is opened.