All Projects → mcrumm → mystex_pizza_on_broadway

mcrumm / mystex_pizza_on_broadway

Licence: Apache-2.0 License
An example of batching for operations with Elixir and Broadway

Programming Languages

elixir
2628 projects

Projects that are alternatives of or similar to mystex pizza on broadway

vim-ide-elixir
Highly opininated setup of vim plugins for Elixir development
Stars: ✭ 28 (+55.56%)
Mutual labels:  elixir-examples
broadway kafka
A Broadway connector for Kafka
Stars: ✭ 164 (+811.11%)
Mutual labels:  broadway
broadway bike sharing rabbitmq example
An example of a Broadway pipeline for a bike sharing app with RabbitMQ and PostgreSQL
Stars: ✭ 27 (+50%)
Mutual labels:  broadway
broadway dashboard
Keep track of your Broadway pipelines from Phoenix LiveDashboard
Stars: ✭ 153 (+750%)
Mutual labels:  broadway
symfony-skeleton
Skeleton rest-api based on symfony
Stars: ✭ 15 (-16.67%)
Mutual labels:  broadway

MystexPizza on Broadway

Welcome to Mystex Pizza!

Getting Started

To run the demo, first clone this repository:

git clone https://github.com/mcrumm/mystex_pizza_on_broadway
cd mystex_pizza_on_broadway

install dependencies:

mix deps.get

and setup the database:

mix ecto.setup

Then you can run the demo:

mix run --no-halt

Note: You will occasionally see errors in the output. We're generating fake data, after all, and the Order IDs occasionally overlap.

Check the number of customers created:

mix pizza.customers

Check the number of orders created:

mix pizza.orders

Finally, you can clean up your database:

mix ecto.drop
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].