/chaos-blob-storage

A small distributed blob storage

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

chaos-blob-storage

A small distributed blob storage

Mind Requirements

  • start with python (maybe some extra code be in rust)
  • simple configuration in yaml/toml
  • autodiscovery (in future consul, kafka) - simple start with app contain all connected nodes and allow notify of change of nodes
  • client communication over REST
  • node communication over socket (some kind of binary communication tbd)
  • many source of true