Skip to content

Instantly share code, notes, and snippets.

@ryan-blunden
Last active October 24, 2019 21:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryan-blunden/9ae6d0f4d1af5a24bd767fb9867aea99 to your computer and use it in GitHub Desktop.
Save ryan-blunden/9ae6d0f4d1af5a24bd767fb9867aea99 to your computer and use it in GitHub Desktop.
What is Sourcegraph resources

What is Sourcegraph resources

Use the below content to quickly understand and see what Sourcegraph can do.


Sourcegraph overview

Developer platform built on 3 pillars:

View this screencast https://about.sourcegraph.com#demo (with voiceover) to get a comprehensive overview of Sourcegraph in 2 minutes.


Sample searches

Which versions of RxJS are in use across an organization

repo:github\.com/sourcegraph/ file:package.json rxjs

Browse Terraform AWS Aurora module code for deeper understanding

repo:^github\.com/terraform-aws-modules/ \baurora -lang:markdown -lang:yaml file:main.tf

Search for instances of secret_key

repo:^github\.com/gruntwork-io/ file:.*\.tf$ \s*secret_key\s*=\s*".+"

See what else is possible:


Better code reviews

Perform more thorough code reviews using our browser exstenion with IDE like features (hover tooltips,go to definition).

Plus, you can extend and decorate code views using Sourcegraph extensions, such as viewing code coverage data when reviewing a pull request. View our other third party integrations.


Case studies


Try Sourcegraph locally. Get up and running in 5 minutes.

Install Docker, then run with a single command

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment