Skip to content

Commit 9c8972a

Browse files
authored
Merge pull request #683 from splitgraph/docs/update-readme
Update the links to point to splitgraph/sgr
2 parents 6fc03d5 + d705e6a commit 9c8972a

15 files changed

Lines changed: 133 additions & 133 deletions

File tree

CHANGELOG.md

Lines changed: 92 additions & 92 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `sgr`
22

3-
![Build status](https://github.com/splitgraph/splitgraph/workflows/build_all/badge.svg)
3+
![Build status](https://github.com/splitgraph/sgr/workflows/build_all/badge.svg)
44
[![Coverage Status](https://coveralls.io/repos/github/splitgraph/splitgraph/badge.svg?branch=master)](https://coveralls.io/github/splitgraph/splitgraph?branch=master)
55
[![PyPI version](https://badge.fury.io/py/splitgraph.svg)](https://badge.fury.io/py/splitgraph)
66
[![Discord chat room](https://img.shields.io/discord/718534846472912936.svg)](https://discord.gg/4Qe2fYA)
@@ -94,15 +94,15 @@ Pre-requisites:
9494
or have access to a remote Docker socket.
9595

9696
You can get the `sgr` single binary from
97-
[the releases page](https://github.com/splitgraph/splitgraph/releases).
97+
[the releases page](https://github.com/splitgraph/sgr/releases).
9898
Optionally, you can run
9999
[`sgr engine add`](https://www.splitgraph.com/docs/sgr/engine-management/engine-add)
100100
to create an engine.
101101

102102
For Linux and OSX, once Docker is running, install `sgr` with a single script:
103103

104104
```bash
105-
$ bash -c "$(curl -sL https://github.com/splitgraph/splitgraph/releases/latest/download/install.sh)"
105+
$ bash -c "$(curl -sL https://github.com/splitgraph/sgr/releases/latest/download/install.sh)"
106106
```
107107

108108
This will download the `sgr` binary and set up the `sgr` Engine Docker
@@ -136,7 +136,7 @@ or join our [Discord channel](https://discord.gg/4Qe2fYA)!
136136
to manage dependencies
137137
- Install pre-commit hooks (we use [Black](https://github.com/psf/black) to
138138
format code)
139-
- `git clone --recurse-submodules https://github.com/splitgraph/splitgraph.git`
139+
- `git clone --recurse-submodules https://github.com/splitgraph/sgr.git`
140140
- `poetry install`
141141
- To build the
142142
[engine](https://www.splitgraph.com/docs/architecture/splitgraph-engine)
@@ -169,7 +169,7 @@ poetry run pytest -m mounting
169169
```
170170

171171
Finally, to test the
172-
[example projects](https://github.com/splitgraph/splitgraph/tree/master/examples),
172+
[example projects](https://github.com/splitgraph/sgr/tree/master/examples),
173173
do
174174

175175
```
@@ -179,4 +179,4 @@ poetry run pytest -m example
179179
```
180180

181181
All of these tests run in
182-
[CI](https://github.com/splitgraph/splitgraph/actions).
182+
[CI](https://github.com/splitgraph/sgr/actions).

engine/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ performs a few additional tasks necessary for running `sgr` and
3232
[matthewfranglen/postgres-elasticsearch-fdw](https://github.com/matthewfranglen/postgres-elasticsearch-fdw)
3333
to mount Elasticsearch indexes
3434
- Installs the
35-
[`sgr` command line client and library](https://github.com/splitgraph/splitgraph.git)
35+
[`sgr` command line client and library](https://github.com/splitgraph/sgr.git)
3636
that is required for layered querying.
3737
- Optionally installs the [PostGIS](https://postgis.net/) extension to handle
3838
geospatial data: to build the engine with PostGIS, add `with_postgis=1` to
@@ -98,7 +98,7 @@ wrapper. More information
9898
[in the documentation](https://www.splitgraph.com/docs/sgr-advanced/configuration/introduction#in-engine-configuration).
9999

100100
**Important**: Make sure that your
101-
[`sgr`` client](https://www.github.com/splitgraph/splitgraph) is configured to
101+
[`sgr`` client](https://www.github.com/splitgraph/sgr) is configured to
102102
connect to the engine using the credentials and port supplied when running it.
103103

104104
### Environment variables

examples/benchmarking/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "Apache 2.0"
66
authors = ["Splitgraph Limited"]
77
readme = "README.md"
88
homepage = "https://www.splitgraph.com"
9-
repository = "https://github.com/splitgraph/splitgraph"
9+
repository = "https://github.com/splitgraph/sgr"
1010

1111
[tool.poetry.dependencies]
1212
python = ">=3.7,<4.0"

examples/iris/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "Apache 2.0"
66
authors = ["Splitgraph Limited"]
77
readme = "README.md"
88
homepage = "https://www.splitgraph.com"
9-
repository = "https://github.com/splitgraph/splitgraph"
9+
repository = "https://github.com/splitgraph/sgr"
1010

1111
[tool.poetry.dependencies]
1212
python = ">=3.7,<4.0"

examples/postgis/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "Apache 2.0"
88
authors = ["Splitgraph Limited"]
99
readme = "README.md"
1010
homepage = "https://www.splitgraph.com"
11-
repository = "https://github.com/splitgraph/splitgraph"
11+
repository = "https://github.com/splitgraph/sgr"
1212

1313
[tool.poetry.dependencies]
1414
python = ">=3.7,<4.0"

examples/us-election/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "Apache 2.0"
88
authors = ["Splitgraph Limited"]
99
readme = "README.md"
1010
homepage = "https://www.splitgraph.com"
11-
repository = "https://github.com/splitgraph/splitgraph"
11+
repository = "https://github.com/splitgraph/sgr"
1212

1313
[tool.poetry.dependencies]
1414
python = ">=3.7,<4.0"

install.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# Works on Linux/OSX:
77
#
8-
# bash -c "$(curl -sL https://github.com/splitgraph/splitgraph/releases/latest/download/install.sh)"
8+
# bash -c "$(curl -sL https://github.com/splitgraph/sgr/releases/latest/download/install.sh)"
99
#
1010
# For other installation methods, including Windows/pip/docker-compose, see
1111
# https://www.splitgraph.com/docs/installation/.
@@ -84,7 +84,7 @@ _install_binary () {
8484

8585
_check_sgr_exists
8686

87-
URL="https://github.com/splitgraph/splitgraph/releases/download/v${SGR_VERSION}"/$BINARY
87+
URL="https://github.com/splitgraph/sgr/releases/download/v${SGR_VERSION}"/$BINARY
8888
# on OS X, splitgraph.spec is called with --onedir to output .tgz of exe and shlibs
8989
if [ "$BINARY" == "sgr-osx-x86_64.tgz" ] ; then
9090
echo "Installing the compressed sgr binary and deps from $URL into $INSTALL_DIR"
@@ -179,7 +179,7 @@ _welcome() {
179179
echo "Next steps: "
180180
echo
181181
echo " Check out the example projects"
182-
echo " ${bblue}https://github.com/splitgraph/splitgraph/tree/v$SGR_VERSION/examples${end}"
182+
echo " ${bblue}https://github.com/splitgraph/sgr/tree/v$SGR_VERSION/examples${end}"
183183
echo
184184
echo " Try out the quickstart guide"
185185
echo " ${bblue}https://www.splitgraph.com/docs/getting-started/five_minute_demo${end}"
@@ -194,7 +194,7 @@ _welcome() {
194194
echo " ${bblue}curl -sSL https://raw.githubusercontent.com/splitgraph/splitgraph/v$SGR_VERSION/examples/us-election/qoz_vote_fraction.splitfile \\"
195195
echo " | sgr build - -o qoz_vote_fraction${end}"
196196
echo
197-
echo "Feedback is always welcome via GitHub issues (${bblue}https://github.com/splitgraph/splitgraph/issues${end})"
197+
echo "Feedback is always welcome via GitHub issues (${bblue}https://github.com/splitgraph/sgr/issues${end})"
198198
echo "or email (${bblue}support@splitgraph.com${end})!"
199199
}
200200

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "Apache 2.0 modified with Commons Clause"
66
authors = ["Splitgraph Limited"]
77
readme = "README.md"
88
homepage = "https://www.splitgraph.com"
9-
repository = "https://github.com/splitgraph/splitgraph"
9+
repository = "https://github.com/splitgraph/sgr"
1010

1111
[tool.poetry.dependencies]
1212
python = ">=3.7,<4.0"

test/resources/api/github_releases.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"url": "https://api.github.com/repos/splitgraph/splitgraph/releases/23967035",
33
"assets_url": "https://api.github.com/repos/splitgraph/splitgraph/releases/23967035/assets",
44
"upload_url": "https://uploads.github.com/repos/splitgraph/splitgraph/releases/23967035/assets{?name,label}",
5-
"html_url": "https://github.com/splitgraph/splitgraph/releases/tag/v0.1.0",
5+
"html_url": "https://github.com/splitgraph/sgr/releases/tag/v0.1.0",
66
"id": 23967035,
77
"node_id": "MDc6UmVsZWFzZTIzOTY3MDM1",
88
"tag_name": "v0.1.0",
@@ -65,7 +65,7 @@
6565
"download_count": 0,
6666
"created_at": "2020-02-27T00:54:29Z",
6767
"updated_at": "2020-02-27T00:54:29Z",
68-
"browser_download_url": "https://github.com/splitgraph/splitgraph/releases/download/v0.1.0/sgr-docs-bin.tar.gz"
68+
"browser_download_url": "https://github.com/splitgraph/sgr/releases/download/v0.1.0/sgr-docs-bin.tar.gz"
6969
},
7070
{
7171
"url": "https://api.github.com/repos/splitgraph/splitgraph/releases/assets/18322638",
@@ -99,7 +99,7 @@
9999
"download_count": 1,
100100
"created_at": "2020-02-27T00:56:03Z",
101101
"updated_at": "2020-02-27T00:56:04Z",
102-
"browser_download_url": "https://github.com/splitgraph/splitgraph/releases/download/v0.1.0/sgr-linux-x86_64"
102+
"browser_download_url": "https://github.com/splitgraph/sgr/releases/download/v0.1.0/sgr-linux-x86_64"
103103
},
104104
{
105105
"url": "https://api.github.com/repos/splitgraph/splitgraph/releases/assets/18322656",
@@ -133,7 +133,7 @@
133133
"download_count": 0,
134134
"created_at": "2020-02-27T00:57:56Z",
135135
"updated_at": "2020-02-27T00:57:57Z",
136-
"browser_download_url": "https://github.com/splitgraph/splitgraph/releases/download/v0.1.0/sgr-osx-x86_64"
136+
"browser_download_url": "https://github.com/splitgraph/sgr/releases/download/v0.1.0/sgr-osx-x86_64"
137137
},
138138
{
139139
"url": "https://api.github.com/repos/splitgraph/splitgraph/releases/assets/18322652",
@@ -167,7 +167,7 @@
167167
"download_count": 8,
168168
"created_at": "2020-02-27T00:57:24Z",
169169
"updated_at": "2020-02-27T00:57:25Z",
170-
"browser_download_url": "https://github.com/splitgraph/splitgraph/releases/download/v0.1.0/sgr-windows-x86_64.exe"
170+
"browser_download_url": "https://github.com/splitgraph/sgr/releases/download/v0.1.0/sgr-windows-x86_64.exe"
171171
}
172172
],
173173
"tarball_url": "https://api.github.com/repos/splitgraph/splitgraph/tarball/v0.1.0",

0 commit comments

Comments
 (0)