Skip to content

HASTE-project/haste-image-analysis-container

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example processing node for HASTE for use with the HarmonicIO processing framework

Only works inside a HarmonicIO container (see: https://github.com/HASTE-project/HarmonicPE)

Features

  • Caching of storage clients for the HASTE Storage Platform.
  • Auto-configuration of HASTE storage client.

Build and Publish for use in HarmonicIO:

We use --no-cache because otherwise calls to 'git clone' get cached - rather than pulling latest code!

docker build --no-cache=true -t "benblamey/haste-image-proc:latest" . ; docker push benblamey/haste-image-proc:latest

About

HASTE example processing node, using Harmonic IO streaming connector and Haste Storage Client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 89.5%
  • Dockerfile 9.1%
  • Shell 1.4%