Service containers » History » Version 1
Peter Amstutz, 02/04/2025 07:59 PM
1 | 1 | Peter Amstutz | h1. Service containers |
---|---|---|---|
2 | |||
3 | Concept: Containers launched via the Crunch infrastructure, but provide a network port that things can connect to. |
||
4 | |||
5 | h2. Primary uses cases |
||
6 | |||
7 | * Applications providing an API, where a bunch of data needs to be loaded into RAM before it can be used, queried, or computed on -- e.g. large language models, databases, function-as-a-service |
||
8 | ** Makes sense when the time spent on any given query is much much smaller than the loading time |
||
9 | * User facing web applications that enable the user to do work -- e.g. Integrative Genomics Viewer (IGV), Jupyter notebooks |