Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 702 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 702 Bytes

LitePolis

Python port of polis try to be data scientist friendly and easy to deploy support horizontal scaling on cloud

Getting started

Under development...

Developer manual

Tech stack

  title Containers
  graph TD;
      Streamlit-->FastAPI;
      FastAPI-->StarRock;
      StarRock-->*storage;
Loading

*storage: Such as Amazon S3, Google Cloud Storage, Azure Blob Storage, and other S3-compatible storage

Access control is provided by Streamlit-Authenticator