Crowdhailer

Crowdhailer

Creator of Raxx

Getting started with Tokumei, Cloud Native web applications

Tokumei helps with building cloud native web applications. Some of the features that help to make it cloud ready.

  • Containerised by default, making it easy to deploy to a variety of cloud platforms.
  • Sets up HTTP/2 over TLS by default to be performant and secure
  • Document Driven, why use a routing DSL and write documentation when the documentation format can be a DSL
  • Multi-node, by using docker-compose testing running multiple containers is easy. Should result in less surprises when scaling up in production
  • Environment based configuration, make configuration set up as close as possible to the methods used in production

This video is a demonstration of what will be possible with Tokumei. It is ready to experiment with but still beta.
If you have any questions please do ask. There is a channel on the elixir-lang slack for all things Raxx related.

First Post!

Maikon

Maikon

I enjoyed it as a good intro :slight_smile: I think it would be good if you do a few where you explore different parts of the framework in a bit more detail.

I like the defaults (https, http2). Out of curiosity, what’s causing the livereload bug with the documentation?

Where Next?

Popular in Screencasts Top

New
New
zacksiri
Hey all! We just released 3 episodes on our site explaining how GenServer works. We also released a free episode that shows you how to s...
New
ElixirCasts
I made an episode where we implement passwordless authentication with the Veil library. You can watch it here: https://elixircasts.io/pa...
New
lawik
Hey everyone, we thought it was about time we had an official streamers thread. Please feel free to add yours in this post (it’s a wiki) ...
New
anup
I created a screencast on how to use simple constructs in elixir like spawn, send and receive to create a process which can manage its ow...
New
ElixirCasts
I decided to make an episode about composing Ecto queries in a Phoenix app.
New
aseigo
From time to time on the forums here, I see people asking for examples of specific comments / answers in code form. I’ve also noticed tha...
New
ElixirCasts
I made a video on using the job processing library.
New
alvises
Hey friends, I’ve just published a new post and video on LiveView where I show how to build a Gallery app with an automatic slideshow fu...
New

Other popular topics Top

Qqwy
Update: How to use the Blogs & Podcasts section You can post links to your blog posts or podcasts either in one of the Official Blog...
3268 119930 1237
New
yawaramin
In the Dialyzer docs ( http://erlang.org/doc/man/dialyzer.html#requesting-or-suppressing-warnings-in-source-files ), there is a way to tu...
New
aalberti333
As the title describes, I’m trying to run Enum.map() over a list of key/value pairs, where the value is a map. My data looks like this: ...
New
ycv005
I have followed this StackOverflow post to install the specific version of Erlang. And When I am running mix ecto.setup then getting fol...
New
malloryerik
Hi, this is for people who, like me, have had some friction using .html.heex templates in VSCode. The solution seems to be, in a hyphena...
New
quazar
How to set Jason to encode all fields in ecto schema, I don’t care about security and implementing only is taking long list of attributes...
New
jononomo
I am trying to figure out how Mix knows whether the environment is test, dev, or prod -- where is this set? Thanks.
New
lk-geimfari
What is most correct way to open, read and parse JSON file with poison? For example if we have example.json file in root of some projec...
New
mcarvalho
What is the difference between System.get_env and Application.get_env? For example, what are best practices to use one versus another.
New
lucidguppy
I have a super simple question about elixir - how would I take a file like this foo bar baz and output a new file that enumerates th...
New

We're in Beta

About us Mission Statement