mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 18:51:59 +00:00
* Works * Refactor to use enums * Remove logs * Refactor to make less calls * Move vars closer to usage + fix typo * Apply suggestions from code review Co-authored-by: Milan Freml <kopancek@users.noreply.github.com> * Change init Co-authored-by: Milan Freml <kopancek@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| auth | ||
| backend | ||
| enterprise | ||
| envvar | ||
| external | ||
| globals | ||
| graphqlbackend | ||
| hooks | ||
| hubspot | ||
| internal | ||
| registry | ||
| shared | ||
| webhooks | ||
| build.sh | ||
| Dockerfile | ||
| main.go | ||
| pre-build.sh | ||
| README.md | ||
frontend
The frontend serves our web application and hosts our GraphQL API.
Typically there are multiple replicas running in production to scale with load.
Application data is stored in our PostgreSQL database.
Session data is stored in the Redis store, and non-persistent data is stored in the Redis cache.