Sourcegraph: Difference between revisions

Content deleted Content added
Software field was moved to the Products section
Line 3:
{{Notability|1=Companies|date=January 2023}}
{{Advert|date=January 2023}}
}}'''Sourcegraph Inc.''' is a company developing code search and code intelligence tool that semantically indexes and analyzes large codebases so that they can be searched across commercial, [[Open source|open-source]], local, and cloud-based [[Information repository|repositories]].<ref name="lwn">{{Cite web |last=Hoyt |first=Ben |date=2020-08-17 |title=Searching code with Sourcegraph |url=https://lwn.net/Articles/828748/ |access-date=2022-10-03 |website=LWN.net}}</ref>
}}
{{Infobox software
| name = Sourcegraph
| logo = Sourcegraph-logo-light.svg
| logo_size = 250px
| developer = Sourcegraph, Inc.
| released = 2013
| latest release version = 5.2.0
| latest release date = 3 October 2023
| repo = https://github.com/sourcegraph/sourcegraph
| programming language = [[Go (programming language)|Go]], [[TypeScript]]
| operating system = [[Microsoft Windows]], [[Linux]], [[MacOS]]
| genre = [[Software intelligence]]
| license = [[Proprietary software|Proprietary]]
| website = {{URL|https://about.sourcegraph.com}}
}}
 
'''Sourcegraph Inc.''' is a company developing code search and code intelligence tool that semantically indexes and analyzes large codebases so that they can be searched across commercial, [[Open source|open-source]], local, and cloud-based [[Information repository|repositories]].<ref name="lwn">{{Cite web |last=Hoyt |first=Ben |date=2020-08-17 |title=Searching code with Sourcegraph |url=https://lwn.net/Articles/828748/ |access-date=2022-10-03 |website=LWN.net}}</ref>
 
The company has two products available: Cody and Code Search. Code Search was initially released in 2013 under the name Sourcegraph, but was rebranded to Code Search when the company unveiled Cody in 2023. Both products support all major programming languages.<ref>{{Cite web |url=https://about.sourcegraph.com/blog/sourcegraph-3.0 |title=Announcing Sourcegraph 3.0 |last=Slack |first=Quinn |date=2019-02-08 |website=Sourcegraph official website |access-date=2022-11-18}}</ref>
Line 47 ⟶ 30:
 
=== Sourcegraph Code Search ===
{{Infobox software
| name = Sourcegraph
| logo = Sourcegraph-logo-light.svg
| logo_size = 250px
| developer = Sourcegraph, Inc.
| released = 2013
| latest release version = 5.2.0
| latest release date = 3 October 2023
| repo = https://github.com/sourcegraph/sourcegraph
| programming language = [[Go (programming language)|Go]], [[TypeScript]]
| operating system = [[Microsoft Windows]], [[Linux]], [[MacOS]]
| genre = [[Software intelligence]]
| license = [[Proprietary software|Proprietary]]
| website = {{URL|https://about.sourcegraph.com}}
}}
 
Sourcegraph's "universal code search" tool is used to search, explore, and understand code.<ref name="vb1" /><ref>{{Cite web |last=Liu |first=Beyang |date=2020-01-15 |title=Sourcegraph: Universal code search and intelligence |url=https://www.infoworld.com/article/3514213/sourcegraph-universal-code-search-and-intelligence.html |website=InfoWorld |access-date=2022-12-05}}</ref> supports over 30 programming languages and integrates with GitHub and GitLab for code hosting, Codecov for code coverage, and Jira Software for project management.<ref name="auto5">{{Cite web |date=2020-04-03 |title=Q&A: Sourcegraph's Universal Code Search Tool |url=https://spectrum.ieee.org/sourcegraph-universal-code-search-tool |access-date=2022-10-03 |website=IEEE Spectrum |language=en}}</ref> Code Search can be implemented across multiple repositories and code hosting platforms. Searches can be [[Literal (computer programming)|literal]], [[regular expression]], or structural. The structural search syntax is language-aware and handles nested expressions and multi-line statements better than regular expressions.<ref name="lwn" /> Sourcegraph's Code Search uses a variant of Google's [[PageRank]] algorithm to rank results by relevance.<ref>{{Cite web |last=Yegge |first=Steve |date=2022-11-08 |title=Rethinking search results ranking on Sourcegraph.com |url=https://about.sourcegraph.com/blog/new-search-ranking |website=Sourcegraph |access-date=2022-12-06}}</ref> Features include: