Skip to content

bytewitchcraft/elixir_engineer_test_task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Goal: implement cryptocurrency data miner.

Definition of done:

  • Elixir project which persists data (order book or trades) from any cryptocurrency exchange which offers futures trading (bitmex/okex/binance etc).
  • Create separete repository with instructions how to run the project
  • Follow gitflow https://dev.to/heratpatel/git-flow-a-successful-git-branching-model-1j6f
  • Test coverage should be 80% at least
  • Each commit should have meaningful title

Bonus points:

  • Choose database wisely. Describe the reason of choosing your database.
  • Add documentation which explains why

Points to aware:

  • Make it as simple as possible
  • Don't write functions for reading the data, it should persist only

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published