ankusht2307 / memphis-broker

Memphis is an Open-Source, Real-Time Data Processing Platform

Home Page:https://memphis.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memphis light logo

Memphis light logo

Real-Time Data Processing Platform

Memphis UI

CNCF Silver Member
CNCF Silver Member

Playground - Sandbox - Docs - Twitter - YouTube

Discord Code Of Conduct GitHub release (latest by date)

Memphis{dev} is an open-source real-time data processing platform
that provides end-to-end support for in-app streaming use cases using Memphis distributed message broker.
Memphis' platform requires zero ops, enables rapid development, extreme cost reduction,
eliminates coding barriers, and saves a great amount of dev time for data-oriented developers and data engineers.

๐Ÿ“ธ Screenshots

Dashboard Station (Topic) overview CLI
Dashboard Station Overview drawing

โญ๏ธ Why

Working with data streaming is HARD.

As a developer, you need to build a dedicated pipeline for each data source,
work with schemas, formats, serializations, analyze each source individually,
enrich the data with other sources, constantly change APIs, and scale for better performance ๐Ÿฅต.
Besides that, it constantly crashes and requires adaptation to different rate limits.
It takes time and resources that you probably don't have.

Message broker acts as the middleman and supports streaming architecture,
but then you encounter Apache Kafka and its documentation and run back to the monolith and batch jobs.
Give memphis{dev} a spin before.

๐Ÿ‘‰ Use-cases

  • Async task management
  • Real-time streaming pipelines
  • Data ingestion
  • Cloud Messaging
    • Services (microservices, service mesh)
    • Event/Data Streaming (observability, analytics, ML/AI)
  • Queuing
  • N:N communication patterns

โœจ Features

Roadmap

v0.3.6

  • ๐Ÿš€ Fully optimized message broker in under 3 minutes
  • ๐Ÿ’ป Easy-to-use UI, CLI, and SDKs
  • ๐Ÿ“บ Data-level observability
  • โ˜ ๏ธ Dead-Letter Queue with automatic message retransmit
  • โ›“ SDKs: Node.JS, Go, Python, Typescript, NestJS
  • ๐Ÿณโ˜ธ Runs on your Docker or Kubernetes
  • ๐Ÿ‘จโ€๐Ÿ’ป Community driven

๐Ÿš€ Getting Started

Sandbox
Installation videos

Helm for Kubernetesโ˜ธ

helm repo add memphis https://k8s.memphis.dev/charts/ --force-update && \
helm install my-memphis memphis/memphis --create-namespace --namespace memphis

Docker๐Ÿณ Compose

curl -s https://memphisdev.github.io/memphis-docker/docker-compose.yml -o docker-compose.yml && \
docker compose -f docker-compose.yml -p memphis up

connect your first app

Build an event-driven food delivery app

High-Level Architecture

memphis.dev-logo

Local access

Via Kubernetes

To access Memphis UI from localhost, run the below commands:

kubectl port-forward service/memphis-ui 9000:80 --namespace memphis > /dev/null &

To access Memphis using CLI or SDK from localhost, run the below commands:

kubectl port-forward service/memphis-cluster 6666:6666 5555:5555 --namespace memphis > /dev/null &

Dashboard: http://localhost:9000
Memphis broker: http://localhost:6666

For Production Environments Please expose the UI, Cluster, and Control-plane via k8s ingress / load balancer / nodeport

Via Docker

UI - http://localhost:9000
Broker - http://localhost:6666

Beta

Memphis{dev} is currently in Beta version. This means that we are still working on essential features like real-time messages tracing, schema registry and inline processing as well as making more SDKs and supporting materials.

How does it affect you? Well... mostly it doesn't.
(a) The core of memphis broker is highly stable
(b) We learn and fix fast

But we need your love, and any help we can get by stars, PR, feedback, issues, and enhancments.
Read more on Memphis{dev} Documentation ๐Ÿ“ƒ.

Support ๐Ÿ™‹โ€โ™‚๏ธ๐Ÿค

Ask a question โ“ about Memphis{dev} or something related to us:

We welcome you to our discord server with your questions, doubts and feedback.

Create a bug ๐Ÿž report

If you see an error message or run into an issue, please create bug report. This effort is valued and it will help all Memphis{dev} users.

Submit a feature ๐Ÿ’ก request

If you have an idea, or you think that we're missing a capability that would make development easier and more robust, please Submit feature request.

If an issueโ—with similar feature request already exists, don't forget to leave a "+1". If you add some more information such as your thoughts and vision about the feature, your comments will be embraced warmly :)

Contributing

Memphis{dev} is an open-source project.
We are committed to a fully transparent development process and appreciate highly any contributions.
Whether you are helping us fix bugs, proposing new features, improving our documentation or spreading the word - we would love to have you as part of the Memphis{dev} community.

Please refer to our Contribution Guidelines and Code of Conduct.

Contributors โœจ

Thanks goes to these wonderful people โค:

License ๐Ÿ“ƒ

Please check out License to read the full text.

About

Memphis is an Open-Source, Real-Time Data Processing Platform

https://memphis.dev

License:Apache License 2.0


Languages

Language:Go 88.5%Language:JavaScript 8.8%Language:SCSS 2.4%Language:Shell 0.2%Language:HTML 0.1%Language:Dockerfile 0.0%