go-pipelines

module
v0.0.0-...-c043ed3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 17, 2021 License: GPL-3.0

README

go-pipelines

This repository contains a batch image management server.

To make the server process the image as fast and efficient as possible, a few different types of processing were introduced: sequential, concurrent and different pipeline processing. Take a look at cmd/go-pipelines/main.go

The best solution turned out to be Bounded pipeline processing. This solution bounds the number of goroutines depending on how complex a phase is. A more resource-consuming phase gets more goroutines. Results are presented in an article here.

A package which provides a framework to implement pipeline processing is here: github.com/ele7ija/pipeline.

The project isn't deployed anywhere, but it is dead easy to run it on your local machine, take a look at links below.

Running the project

Frontend for the server

Demo

Disclaimer: file selection window not visible for some reason.

Demo

Directories

Path Synopsis
cmd
jwt

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL