👷 Developed by Matheus Ramalho de Oliveira
🔨 Brazilian Software Engineer
🏡 Goiânia, Goiás, Brasil
✉️ kastorcode@gmail.com
👍 instagram.com/kastorcode
This script consumes unlimited gigabytes of files without crashing and with functionality to cancel requests. We will convert CSV to NDJSON and render the data in an HTML page, processing everything on demand using webstreams.
Backend
- Make a clone of this repository;
- Open the server folder in a terminal;
- Run
yarn
to install dependencies; - Run
yarn dev
to start the server; - Create a folder called
dataset
; - Download a data pack:
https://kaggle.com/datasets/danielalbarracinm/list-of-anime-from-1990-to-2022?resource=download
; - Extract the data into the
dataset
folder.
Frontend
- Open the app folder in a terminal;
- Run
yarn
to install dependencies; - Run
yarn start
to serve the app.
<kastor.code/>