You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

11
+

21
12
22
13
## Introduction
23
14
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:
25
16
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.
32
21
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).
33
23
34
24
### Contents
35
25
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)
43
32
44
33
## Quick Start
45
34
@@ -48,21 +37,22 @@ This repository contains the code of **source{d} Community Edition (CE)** and it
48
37
To run it you only need:
49
38
50
39
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)
And log in into http://127.0.0.1:8088 with login: `admin`, and password: `admin`.
57
46
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`.
59
48
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.
61
50
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.
62
52
63
53
## Architecture
64
54
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)_._
66
56
67
57
**source{d} CE** is deployed as Docker containers, using Docker Compose.
68
58
@@ -72,34 +62,29 @@ The main entry point of **source{d} CE** is [sourced-ui](https://github.com/src-
72
62
73
63
The data exposed by the web interface is prepared and processed by the following services:
*[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.
80
69
81
70
## Contributing
82
71
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.
86
73
87
74
## Community
88
75
89
76
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! 👋
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).
102
86
103
87
## License
104
88
105
-
GPL v3.0, see [LICENSE](LICENSE.md).
89
+
GPL v3.0, see [LICENSE](docs/learn-more/license.md).
*[Book a Demo](https://go.sourced.tech/community-demo)
26
30
*[Get in Touch With Us](http://go.sourced.tech/contact)
27
31
*[Join Us on Slack](https://sourced-community.slack.com/join/shared_invite/enQtMjc4Njk5MzEyNzM2LTFjNzY4NjEwZGEwMzRiNTM4MzRlMzQ4MmIzZjkwZmZlM2NjODUxZmJjNDI1OTcxNDAyMmZlNmFjODZlNTg0YWM)
0 commit comments