Skip to content

Commit c9cdd13

Browse files
Victor Coisnegitbook-bot
authored andcommitted
GitBook: [master] 21 pages and 2 assets modified
1 parent 22815ed commit c9cdd13

22 files changed

+794
-1330
lines changed

LICENSE.md

Lines changed: 0 additions & 674 deletions
This file was deleted.

README.md

Lines changed: 37 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,34 @@
1-
<a href="https://www.sourced.tech">
2-
<img src="docs/assets/sourced-community-edition.png" alt="source{d} Community Edition (CE)" height="120px" />
3-
</a>
1+
# Introduction
42

5-
**source{d} Community Edition (CE) is the data platform for your software development life cycle.**
3+
[![](docs/.gitbook/assets/sourced-community-edition.png)](https://www.sourced.tech)
64

7-
[![GitHub version](https://badge.fury.io/gh/src-d%2Fsourced-ce.svg)](https://github.com/src-d/sourced-ce/releases)
8-
[![Build Status](https://travis-ci.com/src-d/sourced-ce.svg?branch=master)](https://travis-ci.com/src-d/sourced-ce)
9-
![Beta](https://svg-badge.appspot.com/badge/stability/beta?color=D6604A)
10-
[![Go Report Card](https://goreportcard.com/badge/github.com/src-d/sourced-ce)](https://goreportcard.com/report/github.com/src-d/sourced-ce)
11-
[![GoDoc](https://godoc.org/github.com/src-d/sourced-ce?status.svg)](https://godoc.org/github.com/src-d/sourced-ce)
5+
**source{d} Community Edition \(CE\) is the data platform for your software development life cycle.**
126

13-
[Website](https://www.sourced.tech)
14-
[Documentation](https://docs.sourced.tech/community-edition)
15-
[Blog](https://blog.sourced.tech)
16-
[Slack](http://bit.ly/src-d-community)
17-
[Twitter](https://twitter.com/sourcedtech)
7+
[![GitHub version](https://badge.fury.io/gh/src-d%2Fsourced-ce.svg)](https://github.com/src-d/sourced-ce/releases) [![Build Status](https://travis-ci.com/src-d/sourced-ce.svg?branch=master)](https://travis-ci.com/src-d/sourced-ce) ![Beta](https://svg-badge.appspot.com/badge/stability/beta?color=D6604A) [![Go Report Card](https://goreportcard.com/badge/github.com/src-d/sourced-ce)](https://goreportcard.com/report/github.com/src-d/sourced-ce) [![GoDoc](https://godoc.org/github.com/src-d/sourced-ce?status.svg)](https://godoc.org/github.com/src-d/sourced-ce)
188

9+
[Website](https://www.sourced.tech)[Documentation](https://docs.sourced.tech/community-edition)[Blog](https://blog.sourced.tech)[Slack](http://bit.ly/src-d-community)[Twitter](https://twitter.com/sourcedtech)
1910

20-
![source{d} CE dashboard](docs/assets/dashboard.png)
11+
![source{d} CE dashboard](docs/.gitbook/assets/dashboard.png)
2112

2213
## Introduction
2314

24-
**source{d} Community Edition (CE)** helps you to manage all your code and engineering data in one place:
15+
**source{d} Community Edition \(CE\)** helps you to manage all your code and engineering data in one place:
2516

26-
- **Code Retrieval**: Retrieve and store the git history of the code of your organization as a dataset.
27-
- **Analysis in/for any Language**: Automatically identify languages, parse source code, and extract the pieces that matter in a language-agnostic way.
28-
- **History Analysis**: Extract information from the evolution, commits, and metadata of your codebase and from GitHub, generating detailed reports and insights.
29-
- **Familiar APIs**: Analyze your code through powerful SQL queries. Use tools you're familiar with to create reports and dashboards.
30-
31-
This repository contains the code of **source{d} Community Edition (CE)** and its project documentation, which you can also see properly rendered at [docs.sourced.tech/community-edition](https://docs.sourced.tech/community-edition).
17+
* **Code Retrieval**: Retrieve and store the git history of the code of your organization as a dataset.
18+
* **Analysis in/for any Language**: Automatically identify languages, parse source code, and extract the pieces that matter in a language-agnostic way.
19+
* **History Analysis**: Extract information from the evolution, commits, and metadata of your codebase and from GitHub, generating detailed reports and insights.
20+
* **Familiar APIs**: Analyze your code through powerful SQL queries. Use tools you're familiar with to create reports and dashboards.
3221

22+
This repository contains the code of **source{d} Community Edition \(CE\)** and its project documentation, which you can also see properly rendered at [docs.sourced.tech/community-edition](https://docs.sourced.tech/community-edition).
3323

3424
### Contents
3525

36-
- [Introduction](#introduction)
37-
- [Quick Start](#quick-start)
38-
- [Contributing](#contributing)
39-
- [Community](#community)
40-
- [Code of Conduct](#code-of-conduct)
41-
- [License](#license)
42-
26+
* [Introduction](./#introduction)
27+
* [Quick Start](./#quick-start)
28+
* [Contributing](./#contributing)
29+
* [Community](./#community)
30+
* [Code of Conduct](./#code-of-conduct)
31+
* [License](./#license)
4332

4433
## Quick Start
4534

@@ -48,21 +37,22 @@ This repository contains the code of **source{d} Community Edition (CE)** and it
4837
To run it you only need:
4938

5039
1. To have Docker installed in your PC
51-
1. Download `sourced` binary (for your OS) from [our releases](https://github.com/src-d/sourced-ce/releases)
52-
1. Run it:
40+
2. Download `sourced` binary \(for your OS\) from [our releases](https://github.com/src-d/sourced-ce/releases)
41+
3. Run it:
42+
5343
```bash
5444
$ sourced init orgs --token=<github_token> <github_org_name>
5545
```
56-
And log in into http://127.0.0.1:8088 with login: `admin`, and password: `admin`.
5746

58-
If you want more details of each step, you will find in the [**Quick Start Guide**](docs/quickstart/README.md) all the steps to get started with **source{d} CE**, from the installation of its dependencies to running SQL queries to inspect git repositories.
47+
And log in into [http://127.0.0.1:8088](http://127.0.0.1:8088) with login: `admin`, and password: `admin`.
5948

60-
If you have any problem running **source{d} CE** you can take a look at out [Troubleshooting](docs/troubleshooting.md) section, and our [source{d} Forum](https://forum.sourced.tech), where you can also ask for help when using **source{d} CE**. If you spotted a bug, or have a feature request, please [open an issue](https://github.com/src-d/sourced-ce/issues) to let us know abut it.
49+
If you want more details of each step, you will find in the [**Quick Start Guide**](docs/quickstart/) all the steps to get started with **source{d} CE**, from the installation of its dependencies to running SQL queries to inspect git repositories.
6150

51+
If you have any problem running **source{d} CE** you can take a look at our [Troubleshooting](docs/learn-more/troubleshooting.md) section, and our [source{d} Forum](https://forum.sourced.tech), where you can also ask for help when using **source{d} CE**. If you spotted a bug, or have a feature request, please [open an issue](https://github.com/src-d/sourced-ce/issues) to let us know about it.
6252

6353
## Architecture
6454

65-
_For more details on the architecture of this project, read [docs/architecture.md](docs/architecture.md)._
55+
_For more details on the architecture of this project, read_ [_docs/architecture.md_](docs/learn-more/architecture.md)_._
6656

6757
**source{d} CE** is deployed as Docker containers, using Docker Compose.
6858

@@ -72,34 +62,29 @@ The main entry point of **source{d} CE** is [sourced-ui](https://github.com/src-
7262

7363
The data exposed by the web interface is prepared and processed by the following services:
7464

75-
- [babelfish](https://doc.bblf.sh): universal code parser.
76-
- [gitcollector](https://github.com/src-d/gitcollector): fetches the git repositories owned by your organization.
77-
- [ghsync](https://github.com/src-d/ghsync): fetches metadata from GitHub (users, pull requests, issues...).
78-
- [gitbase](https://github.com/src-d/gitbase): SQL database interface to Git repositories.
79-
65+
* [babelfish](https://doc.bblf.sh): universal code parser.
66+
* [gitcollector](https://github.com/src-d/gitcollector): fetches the git repositories owned by your organization.
67+
* [ghsync](https://github.com/src-d/ghsync): fetches metadata from GitHub \(users, pull requests, issues...\).
68+
* [gitbase](https://github.com/src-d/gitbase): SQL database interface to Git repositories.
8069

8170
## Contributing
8271

83-
[Contributions](https://github.com/src-d/sourced-ce/issues) are **welcome and very much appreciated** 🙌
84-
Please refer to [our Contribution Guide](docs/CONTRIBUTING.md) for more details.
85-
72+
[Contributions](https://github.com/src-d/sourced-ce/issues) are **welcome and very much appreciated** 🙌 Please refer to [our Contribution Guide](docs/learn-more/contributing.md) for more details.
8673

8774
## Community
8875

8976
source{d} has an amazing community of developers and contributors who are interested in Code As Data and/or Machine Learning on Code. Please join us! 👋
9077

91-
- [Community](https://sourced.tech/community/)
92-
- [Slack](http://bit.ly/src-d-community)
93-
- [Twitter](https://twitter.com/sourcedtech)
94-
- [Email](mailto:[email protected])
95-
78+
* [Community](https://sourced.tech/community/)
79+
* [Slack](http://bit.ly/src-d-community)
80+
* [Twitter](https://twitter.com/sourcedtech)
81+
* [Email](mailto:[email protected])
9682

9783
## Code of Conduct
9884

99-
All activities under source{d} projects are governed by the
100-
[source{d} code of conduct](https://github.com/src-d/guide/blob/master/.github/CODE_OF_CONDUCT.md).
101-
85+
All activities under source{d} projects are governed by the [source{d} code of conduct](https://github.com/src-d/guide/blob/master/.github/CODE_OF_CONDUCT.md).
10286

10387
## License
10488

105-
GPL v3.0, see [LICENSE](LICENSE.md).
89+
GPL v3.0, see [LICENSE](docs/learn-more/license.md).
90+

docs/.gitbook/assets/dashboard.png

694 KB
Loading
58 KB
Loading

docs/README.md

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,33 @@
1-
* [Quickstart](./quickstart/README.md)
2-
- [Dependencies](./quickstart/1-install-requirements.md)
3-
- [Install **source{d} CE**](./quickstart/2-install-sourced.md)
4-
- [Run **source{d} CE**](./quickstart/3-init-sourced.md)
5-
- [Explore Your Data](./quickstart/4-explore-sourced.md)
1+
# Table of contents
2+
3+
* [Introduction](../README.md)
4+
* [Quickstart](quickstart/README.md)
5+
* [Dependencies](quickstart/1-install-requirements.md)
6+
* [Install source{d} CE](quickstart/2-install-sourced.md)
7+
* [Run source{d} CE](quickstart/3-init-sourced.md)
8+
* [Explore Your Data](quickstart/4-explore-sourced.md)
69

710
## Usage
8-
* [sourced Command Reference](./usage/commands.md)
9-
* [Multiple Datasets](./usage/multiple-datasets.md)
10-
* [SQL Examples](./usage/examples.md)
11-
* [Babelfish UAST](./usage/bblfsh.md)
11+
12+
* [sourced Command Reference](usage/commands.md)
13+
* [Multiple Datasets](usage/multiple-datasets.md)
14+
* [SQL Examples](usage/examples.md)
15+
* [Babelfish UAST](usage/bblfsh.md)
1216

1317
## Learn More
1418

15-
* [FAQ](./faq.md)
16-
* [Troubleshooting](./troubleshooting.md)
17-
* [Architecture](./architecture.md)
18-
* [Contribute](./CONTRIBUTING.md)
19-
* [License](../LICENSE.md)
19+
* [FAQ](learn-more/faq.md)
20+
* [Troubleshooting](learn-more/troubleshooting.md)
21+
* [Architecture](learn-more/architecture.md)
22+
* [Contribute](learn-more/contributing.md)
23+
* [License](learn-more/license.md)
2024

21-
### Resources
25+
## Resources
2226

2327
* [GitHub Repository](https://github.com/src-d/sourced-ce)
2428
* [Product Page](https://www.sourced.tech)
2529
* [Book a Demo](https://go.sourced.tech/community-demo)
2630
* [Get in Touch With Us](http://go.sourced.tech/contact)
2731
* [Join Us on Slack](https://sourced-community.slack.com/join/shared_invite/enQtMjc4Njk5MzEyNzM2LTFjNzY4NjEwZGEwMzRiNTM4MzRlMzQ4MmIzZjkwZmZlM2NjODUxZmJjNDI1OTcxNDAyMmZlNmFjODZlNTg0YWM)
2832
* [source{d} Forum](https://forum.sourced.tech)
33+

docs/architecture.md

Lines changed: 0 additions & 99 deletions
This file was deleted.

0 commit comments

Comments
 (0)