Skip to content

Documentation of load balancer designed for containerised stateful workflows

Notifications You must be signed in to change notification settings

project-lynx-coding-game/lynx-balancer-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

lynx-balancer-docs

Documentation of load balancer designed for containerised stateful workflows

---
title: lynx-balancer interfaces
---
classDiagram
    class UserRecord{
        String username
        String server_url
    }
    class CacheProvider{
        bool local
    }
    class RedisCache{
    }
    class LocalCache{
    }
    class HybridCache{
    }
    RedisCache ..|> CacheProvider
    LocalCache ..|> CacheProvider
    HybridCache ..|> CacheProvider
    CacheProvider o-- UserRecord

    class InstanceHost{
      startInstance()
      startInstanceFromState(String state)
      destroyInstance(int id)
      
    }
Loading

About

Documentation of load balancer designed for containerised stateful workflows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published