Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md « repo-graph « cmd - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 530c8b6b58043434f3fd16d4e0f594e45112eeef (plain)
1
2
3
4
1. `cd` into the `repo-graph` directory.
1. Generate the *.csv files to import into the database by running `go run main.go <path-to-.git-dir>`
1. Run `./launch_db.sh` to launch the database. Web console is available at `localhost:7474`.
1. Run the query from `load_csv.cypher` in the web console to load the data.