Gets a csv file with thousands of movies and just insert in a Postgres database, the special thing is thinking in performance first using concurrency/parralelism
Run the following commands:
docker pull postgres
Gets a csv file with thousands of movies and just insert in a Postgres database, the special thing is thinking in performance first using concurrency/parallelism
Go