https://github.com/alecaivazis/graphql-over-kafka
A framework for building event-driven microservice applications in python
https://github.com/alecaivazis/graphql-over-kafka
Last synced: 3 months ago
JSON representation
A framework for building event-driven microservice applications in python
- Host: GitHub
- URL: https://github.com/alecaivazis/graphql-over-kafka
- Owner: AlecAivazis
- License: mit
- Created: 2016-02-01T05:17:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-29T20:15:29.000Z (about 6 years ago)
- Last Synced: 2025-03-01T04:11:24.547Z (3 months ago)
- Language: Python
- Homepage:
- Size: 7.82 MB
- Stars: 19
- Watchers: 8
- Forks: 3
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# graphql-over-kafka
[](https://travis-ci.org/nautilus/nautilus)
[](https://coveralls.io/github/nautilus/python?branch=master)This project is a framework for event-driven microservices. It attempts to provide extendible
answers to common questions when building a moden web application so that you can focus
on what you do best: building awesome, scalable services. Some of these features include:* Distributed authentication
* Message passing
* Couple-free service joins
* Service API versioning (coming soon!)
* A flexible GraphQL API that adapts as services come online
* Distributed/remote database administration (coming soon!)Full documentation is hosted [here](http://alecaivazis.github.io/graphql-over-kafka/).
***NOTE***: At the moment, this project should be considered an experiment using kafka to perform service joins across
very fine grain services. If you are interested in helping, please get in touch!## Requirements
* >= Python 3.5
* Kafka