---
title: "Building an Order Tracking Demo App using AdonisJS Materialize and Redpanda"
url: https://daily.dev/posts/building-an-order-tracking-demo-app-using-adonisjs-materialize-and-redpanda-2hfg2eg7p
source_url: https://devdojo.com/bobbyiliev/building-an-order-tracking-demo-app-using-adonisjs-materialize-and-redpanda
type: article
source: "DevDojo"
author: "Bobby Iliev"
published: 2022-04-27T15:24:10.508Z
updated: 2024-04-11T02:15:39.088Z
tags: ["adonisjs", "materialize", "postgresql"]
reading_time: 3
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Building an Order Tracking Demo App using AdonisJS Materialize and Redpanda

**[DevDojo](https://daily.dev/sources/devdojo)** · [@bobbyiliev](https://daily.dev/bobbyiliev) · 3 min read · 0 upvotes · 0 comments

## Summary

This is a self-contained demo using Materialize to process orders and display the delivery status and coordinates in real-time. All orders are stored in a orders table in the Postgres container. The demo app has a mock function that will simulate the delivery of orders. It will send coordinates to the Redpanda topic every second.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://devdojo.com/bobbyiliev/building-an-order-tracking-demo-app-using-adonisjs-materialize-and-redpanda>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#adonisjs](https://daily.dev/tags/adonisjs), [#materialize](https://daily.dev/tags/materialize), [#postgresql](https://daily.dev/tags/postgresql)

[View this post on daily.dev](https://daily.dev/posts/building-an-order-tracking-demo-app-using-adonisjs-materialize-and-redpanda-2hfg2eg7p)
