DigiRAMP-stack
A super high performance stack with basic webapp functions and a cool API It shoul be able to scale to milions and milions transactions without any performance degradation Ths user to useage of resources like computers and electricity should top notch I have desided to go for erlang as the underlaying technology. For the frontend I have desided to try Reactjs hence it has the best scores in benchmarks I want to be able to build desktop aps and mobile aps with ease as hybrid applications I want to provide a SDK for HW developers that makes it easy to access the DigiRAMP stack API
Where I'am
- Elixir syntax
- Phoenix webframework
- Continuous Integration on semaphoreci
- Deployment on heroku
- Postgresql and ecto running
On my todo list is
- Fullblown signup up with oAuth2 (I got a version with github running)
- Save assets on Amazon s3
- Use Elastic transcoding for convertion of images and audio
- Integrate Reactjs
- Research on https://hadoop.apache.org/
To start the DigiRAMP-stack:
- Install dependencies with
mix deps.get
- Create and migrate your database with
mix ecto.create && mix ecto.migrate
- Start Phoenix endpoint with
mix phoenix.server
Now you can visit localhost:4000
from your browser.
Ready to run in production? Please check our deployment guides.
Learn more
- Official website: http://www.phoenixframework.org/
- Guides: http://phoenixframework.org/docs/overview
- Docs: http://hexdocs.pm/phoenix
- Mailing list: http://groups.google.com/group/phoenix-talk
- Source: https://github.com/phoenixframework/phoenix