Files
exposed-imdb/README.md
Julien Lengrand-Lambert cf7839c8a7 last commit
2020-05-29 15:43:18 +02:00

938 B

Exposed Imdb

NOTE : I am archiving this project because imdb closed access to its datasets and I could not find any other complete equivalents online. Sorry!

A simple project to learn more about exposed, using the imdb datasets.

Please note that if you use this project, you have to comply with the Imbd license.

LICENSE

In short, CC BY-NC-SA 4.0.

See LICENSE

Running the app

$ docker-compose up to get the database running

Learnings

  • .map keeps stack of memory while for loop doesn't? I get a OME when running with map
  • reason to use partitions

Author