Skip to content

It shows a table with data from a large json file by using Elixir and Streams.

Notifications You must be signed in to change notification settings

tiagodavi/show-large-json-with-elixir

Repository files navigation

App

You have Elixir/Erlang/Node installed

  • Install dependencies with mix deps.get
  • Install Node.js dependencies with cd assets && npm install && cd ../
  • Run tests MIX_ENV=test mix test
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

You prefer to use Docker

  • Build the image and container docker-compose up -d
  • Start the container docker container exec -it app sh
  • Install dependencies mix deps.get
  • Install Node.js dependencies cd assets && npm install && cd ../
  • Run tests MIX_ENV=test mix test
  • Start phoenix mix phx.server

Now you can visit localhost:4000 from your browser.

Settings

Screen

Image description

About

It shows a table with data from a large json file by using Elixir and Streams.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published