Skip to content
Discussion options

You must be logged in to vote

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:

  1. Is the Parquet file fully loaded on the client-side, or is it just a connection that is available?
  2. Do the queries fetch only what is necessary with each change of myId, or are the data integrated into the HTML during the export?
  3. Is this method appropriate for any volume of data?
  1. If you deploy this to a public server, the 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.
  2. I believe the answer is a qualified "no". It will in general d…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@GuillaumeChretien
Comment options

@jimjam-slam
Comment options

@GuillaumeChretien
Comment options

@jimjam-slam
Comment options

Answer selected by GuillaumeChretien
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
ojs-engine Issues with the ojs engine computations
3 participants