Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.
/ nauron Public archive

Flask wrapper library to quickly create new distributed and scalable web services that communicate via RabbitMQ.

License

Notifications You must be signed in to change notification settings

TartuNLP/nauron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nauron

Nauron is a Flask wrapper for Python designed to enable simple creation of distributed services. It was designed with AI applications in mind to keep GPU-accelerated or otherwise resource-intensive functionality separate from the API logic.

A Nauron-based API may have multiple services configured to it. Each service has one or more workers. The local workers are simply instances of a Worker class. Remote workers are used when the communication with a Worker class instance is done via a RabbitMQ message broker. When multiple identical instances are connected to the message queue, the workload is automatically distributed between them.

A detailed documentation of Nauron is coming soon.

About

Flask wrapper library to quickly create new distributed and scalable web services that communicate via RabbitMQ.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages