sourcegraph/cmd/frontend
2023-01-24 23:11:15 -07:00
..
auth bazel: introduce build files for Go (#46770) 2023-01-23 14:00:01 +01:00
backend bazel: introduce build files for Go (#46770) 2023-01-23 14:00:01 +01:00
enterprise insights: add export handler back with bugfix for search context loader (#46795) 2023-01-24 10:51:48 +00:00
envvar bazel: introduce build files for Go (#46770) 2023-01-23 14:00:01 +01:00
external bazel: introduce build files for Go (#46770) 2023-01-23 14:00:01 +01:00
globals bazel: introduce build files for Go (#46770) 2023-01-23 14:00:01 +01:00
graphqlbackend remove db dependency from gitserver client (#46901) 2023-01-24 23:11:15 -07:00
hooks bazel: introduce build files for Go (#46770) 2023-01-23 14:00:01 +01:00
hubspot bazel: introduce build files for Go (#46770) 2023-01-23 14:00:01 +01:00
internal remove db dependency from gitserver client (#46901) 2023-01-24 23:11:15 -07:00
oneclickexport bazel: introduce build files for Go (#46770) 2023-01-23 14:00:01 +01:00
registry bazel: introduce build files for Go (#46770) 2023-01-23 14:00:01 +01:00
shared bazel: introduce build files for Go (#46770) 2023-01-23 14:00:01 +01:00
webhooks bazel: introduce build files for Go (#46770) 2023-01-23 14:00:01 +01:00
BUILD.bazel bazel: introduce build files for Go (#46770) 2023-01-23 14:00:01 +01:00
build.sh build: fix version embeds (#11484) 2020-06-15 07:53:29 +08:00
Dockerfile Use new alpine base image (#45937) 2022-12-22 19:57:05 +01:00
main.go Sourcegraph App (single-binary branch) (#46547) 2023-01-19 17:35:39 -07:00
pre-build.sh web: migrate from yarn to pnpm (#46143) 2023-01-11 19:50:09 -08:00
README.md Fix broken link to GraphQL API documentation (#7900) 2020-01-20 14:05:30 -08:00

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.