Commit 7ea7fded authored by Evan Read's avatar Evan Read

Merge branch 'sc-gitaly-docs' into 'master'

Add Elasticsearch Indexer as a Gitaly consumer

See merge request gitlab-org/gitlab!69999
parents 8bcd5b5d 004f9d7b
...@@ -21,11 +21,11 @@ storage and retrieval. Gitaly can be: ...@@ -21,11 +21,11 @@ storage and retrieval. Gitaly can be:
Gitaly implements a client-server architecture: Gitaly implements a client-server architecture:
- A Gitaly server is any node that runs Gitaly itself. - A Gitaly server is any node that runs Gitaly itself.
- A Gitaly client is any node that runs a process that makes requests of the Gitaly server. These - A Gitaly client is any node that runs a process that makes requests of the Gitaly server. Gitaly clients are also known as _Gitaly consumers_ and include:
include, but are not limited to: - [GitLab Rails application](https://gitlab.com/gitlab-org/gitlab)
- [GitLab Rails application](https://gitlab.com/gitlab-org/gitlab). - [GitLab Shell](https://gitlab.com/gitlab-org/gitlab-shell)
- [GitLab Shell](https://gitlab.com/gitlab-org/gitlab-shell). - [GitLab Workhorse](https://gitlab.com/gitlab-org/gitlab-workhorse)
- [GitLab Workhorse](https://gitlab.com/gitlab-org/gitlab-workhorse). - [GitLab Elasticsearch Indexer](https://gitlab.com/gitlab-org/gitlab-elasticsearch-indexer)
Gitaly manages only Git repository access for GitLab. Other types of GitLab data aren't accessed Gitaly manages only Git repository access for GitLab. Other types of GitLab data aren't accessed
using Gitaly. using Gitaly.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment