# Exposed Imdb **NOTE : I am archiving this project because imdb [closed access to its datasets](https://developer.imdb.com/) and I could not find any other complete equivalents online. Sorry!** A simple project to learn more about [exposed](https://github.com/JetBrains/Exposed), using the [imdb datasets](https://datasets.imdbws.com/). Please note that if you use this project, you have to comply with the [Imbd license](https://www.imdb.com/interfaces/). ## LICENSE In short, [CC BY-NC-SA 4.0](https://tldrlegal.com/license/creative-commons-attribution-noncommercial-sharealike-4.0-international-(cc-by-nc-sa-4.0)). See [LICENSE](/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 * [Julien Lengrand-Lambert](https://github.com/jlengrand/)