All Projects → sourcegraph → Sourcegraph

sourcegraph / Sourcegraph

Licence: other
Universal code search (self-hosted)

Programming Languages

go
31211 projects - #10 most used programming language
typescript
32286 projects
SCSS
7915 projects
PLpgSQL
1095 projects
shell
77523 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Sourcegraph

Ttn
The Things Network Stack V2
Stars: ✭ 440 (-91.99%)
Mutual labels:  open-source
Promote Open Source Project
📄 How to promote my open source project?
Stars: ✭ 468 (-91.48%)
Mutual labels:  open-source
Onionshare
Securely and anonymously share files, host websites, and chat with friends using the Tor network
Stars: ✭ 4,961 (-9.67%)
Mutual labels:  open-source
Awesome Open Source Supporters
⭐️ A curated list of companies that offer their services for free to Open Source projects
Stars: ✭ 457 (-91.68%)
Mutual labels:  open-source
Oio Sds
High Performance Software-Defined Object Storage for Big Data and AI, that supports Amazon S3 and Openstack Swift
Stars: ✭ 465 (-91.53%)
Mutual labels:  open-source
Licensee
A Ruby Gem to detect under what license a project is distributed.
Stars: ✭ 476 (-91.33%)
Mutual labels:  open-source
Hosthunter
HostHunter a recon tool for discovering hostnames using OSINT techniques.
Stars: ✭ 427 (-92.23%)
Mutual labels:  open-source
Hacktoberfest 2020
Make this Hacktoberfest a learning period and contribute to Great Open Source Projects.
Stars: ✭ 492 (-91.04%)
Mutual labels:  open-source
Spartacus
Spartacus is a lean, Angular-based JavaScript storefront for SAP Commerce Cloud that communicates exclusively through the Commerce REST API.
Stars: ✭ 466 (-91.51%)
Mutual labels:  open-source
Download Manager
A library that handles long-running downloads, handling the network interactions and retrying downloads automatically after failures
Stars: ✭ 482 (-91.22%)
Mutual labels:  open-source
Tosdr.org
ARCHIVED Source code for tosdr.org
Stars: ✭ 460 (-91.62%)
Mutual labels:  open-source
Poker ai
🤖 An Open Source Texas Hold'em AI
Stars: ✭ 462 (-91.59%)
Mutual labels:  open-source
Hypatia
A JavaScript open source LMS (eLearning platform) for MOOCs and online courses
Stars: ✭ 478 (-91.3%)
Mutual labels:  open-source
Aimet
AIMET is a library that provides advanced quantization and compression techniques for trained neural network models.
Stars: ✭ 453 (-91.75%)
Mutual labels:  open-source
Coblocks
A suite of professional page building content blocks for the WordPress Gutenberg block editor.
Stars: ✭ 486 (-91.15%)
Mutual labels:  open-source
Flextype
Hybrid Content Management System with the freedom of a headless CMS and with the full functionality of a traditional CMS
Stars: ✭ 436 (-92.06%)
Mutual labels:  open-source
Innersourcepatterns
Proven approaches that can guide you through applying open source best practices within your organization
Stars: ✭ 473 (-91.39%)
Mutual labels:  open-source
Whonix
Whonix is an operating system focused on anonymity, privacy and security. It's based on the Tor anonymity network, Debian GNU/Linux and security by isolation. DNS leaks are impossible, and not even malware with root privileges can find out the user's real IP. https://www.whonix.org
Stars: ✭ 490 (-91.08%)
Mutual labels:  open-source
Tio
tio - A simple TTY terminal I/O application
Stars: ✭ 489 (-91.1%)
Mutual labels:  open-source
Fakeit
The Kotlin fake data generator library!
Stars: ✭ 482 (-91.22%)
Mutual labels:  open-source

Sourcegraph

build

Sourcegraph is a fast and featureful code search and navigation engine.

sourcegraph com_github com_golang_go_-_blob_src_net_http_request go_L855_6

Features

Try it now

Sourcegraph has three editions:

  • Sourcegraph Cloud lets you search over the open-source ecosystem plus your private code. Search strings, search patterns, search symbols and find references across your entire codebase and the open-source world.
  • Sourcegraph Enterprise lets you run your own Sourcegraph instance in your own environment.
  • Sourcegraph OSS is an open-source version of Sourcegraph that provides the core functionality of Sourcegraph (code search, code browsing, basic code navigation), but lacks more advanced features (enterprise authentication, repository permissions, admin controls, advanced code navigation, etc.)

Source code for all three editions is contained in this repository. See the License section for more details.

More:

  • Install the open-source browser extension to add Sourcegraph-like powers to your code review and code host.
  • File feature requests and bug reports in our issue tracker.
  • Visit about.sourcegraph.com for more information about features, use cases, and organizations that use Sourcegraph.

Self-hosted installation

Sourcegraph Enterprise (free up to 10 users)

The fastest way to run Sourcegraph self-hosted is with the Docker container. See the quickstart installation guide. There are also several additional ways of running a production instance.

Sourcegraph OSS

  1. Go through Quickstart to install sg and dependencies
  2. Start the development environment in OSS mode:
    sg start oss

Sourcegraph should now be running at https://sourcegraph.test:3443.

For detailed instructions and troubleshooting, see the local development documentation.

Development

Refer to the Developing Sourcegraph guide to get started.

Documentation

The doc directory has additional documentation for developing and understanding Sourcegraph:

License

This repository contains both OSS-licensed and non-OSS-licensed files. We maintain one repository rather than two separate repositories mainly for development convenience.

All files in the enterprise and client/web/src/enterprise fall under LICENSE.enterprise.

The remaining files fall under the Apache 2 license. Sourcegraph OSS is built only from the Apache-licensed files in this repository.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].