Skip to content

Commit

Permalink
Project: Move from GitHub organization crate-workbench to crate
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jul 17, 2024
1 parent 7e9f136 commit ade8aaa
Show file tree
Hide file tree
Showing 15 changed files with 43 additions and 43 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# CrateDB Toolkit

[![Tests](https://github.com/crate-workbench/cratedb-toolkit/actions/workflows/main.yml/badge.svg)](https://github.com/crate-workbench/cratedb-toolkit/actions/workflows/main.yml)
[![Test coverage](https://img.shields.io/codecov/c/gh/crate-workbench/cratedb-toolkit.svg)](https://codecov.io/gh/crate-workbench/cratedb-toolkit/)
[![Tests](https://github.com/crate/cratedb-toolkit/actions/workflows/main.yml/badge.svg)](https://github.com/crate/cratedb-toolkit/actions/workflows/main.yml)
[![Test coverage](https://img.shields.io/codecov/c/gh/crate/cratedb-toolkit.svg)](https://codecov.io/gh/crate/cratedb-toolkit/)
[![Python versions](https://img.shields.io/pypi/pyversions/cratedb-toolkit.svg)](https://pypi.org/project/cratedb-toolkit/)

[![License](https://img.shields.io/github/license/crate-workbench/cratedb-toolkit.svg)](https://github.com/crate-workbench/cratedb-toolkit/blob/main/LICENSE)
[![License](https://img.shields.io/github/license/crate/cratedb-toolkit.svg)](https://github.com/crate/cratedb-toolkit/blob/main/LICENSE)
[![Status](https://img.shields.io/pypi/status/cratedb-toolkit.svg)](https://pypi.org/project/cratedb-toolkit/)
[![PyPI](https://img.shields.io/pypi/v/cratedb-toolkit.svg)](https://pypi.org/project/cratedb-toolkit/)
[![Downloads](https://pepy.tech/badge/cratedb-toolkit/month)](https://pepy.tech/project/cratedb-toolkit/)
Expand Down Expand Up @@ -58,7 +58,7 @@ ctk --version

Run with Docker.
```shell
alias ctk="docker run --rm ghcr.io/crate-workbench/cratedb-toolkit ctk"
alias ctk="docker run --rm ghcr.io/crate/cratedb-toolkit ctk"
ctk --version
```

Expand All @@ -72,14 +72,14 @@ about a possible feature.



[Changelog]: https://github.com/crate-workbench/cratedb-toolkit/blob/main/CHANGES.md
[Changelog]: https://github.com/crate/cratedb-toolkit/blob/main/CHANGES.md
[Community Forum]: https://community.crate.io/
[CrateDB]: https://crate.io/products/cratedb
[CrateDB Cloud]: https://console.cratedb.cloud/
[Documentation]: https://cratedb-toolkit.readthedocs.io/
[DWIM]: https://en.wikipedia.org/wiki/DWIM
[Issues]: https://github.com/crate-workbench/cratedb-toolkit/issues
[License]: https://github.com/crate-workbench/cratedb-toolkit/blob/main/LICENSE
[Issues]: https://github.com/crate/cratedb-toolkit/issues
[License]: https://github.com/crate/cratedb-toolkit/blob/main/LICENSE
[PyPI]: https://pypi.org/project/cratedb-toolkit/
[Source code]: https://github.com/crate-workbench/cratedb-toolkit
[Source code]: https://github.com/crate/cratedb-toolkit
[UX]: https://en.wikipedia.org/wiki/User_experience
4 changes: 2 additions & 2 deletions doc/adapter/pymongo.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ subsystem.
[MongoDB Limits and Thresholds]: https://www.mongodb.com/docs/manual/reference/limits/
[MongoDB "Getting Started" tutorial]: https://pymongo.readthedocs.io/en/stable/tutorial.html
[PyMongo]: https://github.com/mongodb/mongo-python-driver
[Python example program]: https://github.com/crate-workbench/cratedb-toolkit/blob/main/examples/pymongo_adapter.py
[test cases]: https://github.com/crate-workbench/cratedb-toolkit/blob/main/tests/adapter/test_pymongo.py
[Python example program]: https://github.com/crate/cratedb-toolkit/blob/main/examples/pymongo_adapter.py
[test cases]: https://github.com/crate/cratedb-toolkit/blob/main/tests/adapter/test_pymongo.py
10 changes: 5 additions & 5 deletions doc/adapter/rockset.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@ or plain HTTP conversations.

[Add Documents]: https://docs.rockset.com/documentation/reference/adddocuments
[API Rate Limits]: https://docs.rockset.com/documentation/docs/api-rate-limits
[CLI example program]: https://github.com/crate-workbench/cratedb-toolkit/blob/main/examples/rockset/cli/basic.sh
[CLI example program]: https://github.com/crate/cratedb-toolkit/blob/main/examples/rockset/cli/basic.sh
[CrateDB]: https://cratedb.com/database
[Execute SQL Query]: https://docs.rockset.com/documentation/reference/query
[Ingest Related Limits]: https://docs.rockset.com/documentation/docs/ingest-related-limits
[Java example program]: https://github.com/crate-workbench/cratedb-toolkit/blob/main/examples/rockset/java/Basic.java
[JavaScript example program]: https://github.com/crate-workbench/cratedb-toolkit/blob/main/examples/rockset/javascript/basic.js
[Python example program]: https://github.com/crate-workbench/cratedb-toolkit/blob/main/examples/rockset/python/basic.py
[Java example program]: https://github.com/crate/cratedb-toolkit/blob/main/examples/rockset/java/Basic.java
[JavaScript example program]: https://github.com/crate/cratedb-toolkit/blob/main/examples/rockset/javascript/basic.js
[Python example program]: https://github.com/crate/cratedb-toolkit/blob/main/examples/rockset/python/basic.py
[Rockset HTTP API]: https://docs.rockset.com/documentation/reference/rest-api
[Shell example program]: https://github.com/crate-workbench/cratedb-toolkit/blob/main/examples/rockset/shell/basic.sh
[Shell example program]: https://github.com/crate/cratedb-toolkit/blob/main/examples/rockset/shell/basic.sh
4 changes: 2 additions & 2 deletions doc/cfr/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and self-service debugging.
```shell
pip install --upgrade 'cratedb-toolkit[cfr]'
```
Alternatively, use the Docker image at `ghcr.io/crate-workbench/cratedb-toolkit`.
Alternatively, use the Docker image at `ghcr.io/crate/cratedb-toolkit`.

## Synopsis

Expand Down Expand Up @@ -77,7 +77,7 @@ docker run --rm -it \
Define the database URI address, and an alias to the `cfr` program.
```shell
echo "CRATEDB_SQLALCHEMY_URL=crate://localhost/" > .env
alias cfr="docker run --rm -it --network=host --volume=$(PWD)/cfr:/cfr --env-file=.env ghcr.io/crate-workbench/cratedb-toolkit:latest ctk cfr"
alias cfr="docker run --rm -it --network=host --volume=$(PWD)/cfr:/cfr --env-file=.env ghcr.io/crate/cratedb-toolkit:latest ctk cfr"
```

Export system table information.
Expand Down
12 changes: 6 additions & 6 deletions doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@ release
[cratedb-toolkit]: https://cratedb-toolkit.readthedocs.io/
[influxio]: https://influxio.readthedocs.io/

[badge-coverage]: https://codecov.io/gh/crate-workbench/cratedb-toolkit/branch/main/graph/badge.svg
[badge-coverage]: https://codecov.io/gh/crate/cratedb-toolkit/branch/main/graph/badge.svg
[badge-documentation]: https://img.shields.io/readthedocs/cratedb-toolkit
[badge-downloads-per-month]: https://pepy.tech/badge/cratedb-toolkit/month
[badge-license]: https://img.shields.io/github/license/crate-workbench/cratedb-toolkit.svg
[badge-license]: https://img.shields.io/github/license/crate/cratedb-toolkit.svg
[badge-package-version]: https://img.shields.io/pypi/v/cratedb-toolkit.svg
[badge-python-versions]: https://img.shields.io/pypi/pyversions/cratedb-toolkit.svg
[badge-status]: https://img.shields.io/pypi/status/cratedb-toolkit.svg
[badge-tests]: https://github.com/crate-workbench/cratedb-toolkit/actions/workflows/main.yml/badge.svg
[project-codecov]: https://codecov.io/gh/crate-workbench/cratedb-toolkit
[badge-tests]: https://github.com/crate/cratedb-toolkit/actions/workflows/main.yml/badge.svg
[project-codecov]: https://codecov.io/gh/crate/cratedb-toolkit
[project-documentation]: https://cratedb-toolkit.readthedocs.io/
[project-downloads]: https://pepy.tech/project/cratedb-toolkit/
[project-license]: https://github.com/crate-workbench/cratedb-toolkit/blob/main/LICENSE
[project-license]: https://github.com/crate/cratedb-toolkit/blob/main/LICENSE
[project-pypi]: https://pypi.org/project/cratedb-toolkit
[project-tests]: https://github.com/crate-workbench/cratedb-toolkit/actions/workflows/main.yml
[project-tests]: https://github.com/crate/cratedb-toolkit/actions/workflows/main.yml
2 changes: 1 addition & 1 deletion doc/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ cratedb-toolkit --version

Run with Docker.
```shell
docker run --rm "ghcr.io/crate-workbench/cratedb-toolkit" cratedb-toolkit --version
docker run --rm "ghcr.io/crate/cratedb-toolkit" cratedb-toolkit --version
```
2 changes: 1 addition & 1 deletion doc/io/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pip install --upgrade 'cratedb-toolkit[all]'

Development version.
```shell
pip install --upgrade 'cratedb-toolkit[all] @ git+https://github.com/crate-workbench/cratedb-toolkit.git'
pip install --upgrade 'cratedb-toolkit[all] @ git+https://github.com/crate/cratedb-toolkit.git'
```

## General Notes
Expand Down
4 changes: 2 additions & 2 deletions doc/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ triggered, building and publishing different kinds of artefacts.

- OCI container images, published to the GitHub Container Registry (GHCR).

https://github.com/crate-workbench/cratedb-toolkit/pkgs/container/cratedb-toolkit
https://github.com/crate/cratedb-toolkit/pkgs/container/cratedb-toolkit

The signal to start the release pipeline is by tagging the Git repository,
and pushing that tag to remote.
Expand All @@ -32,7 +32,7 @@ On branch `main`:
```
- On GitHub, designate a new release, copying in the relevant section
from the CHANGELOG.
https://github.com/crate-workbench/cratedb-toolkit/releases
https://github.com/crate/cratedb-toolkit/releases

Optionally, build the package and upload to PyPI manually.
```shell
Expand Down
10 changes: 5 additions & 5 deletions doc/retention.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ that some retention policy strategies will not work on single-node installations
```shell
export CRATEDB_URI='crate://localhost/'
export CRATEDB_HOST='http://localhost:4200/'
export OCI_IMAGE='ghcr.io/crate-workbench/cratedb-retention:nightly'
export OCI_IMAGE='ghcr.io/crate/cratedb-retention:nightly'
```

Display version number.
Expand Down Expand Up @@ -479,10 +479,10 @@ job.start()
[downsampling]: https://docs.victoriametrics.com/#downsampling
[downsampling a time series data stream]: https://www.elastic.co/guide/en/elasticsearch/reference/current/downsampling.html
[downsampling and data retention]: https://docs.influxdata.com/influxdb/v1.8/guides/downsample_and_retain/
[`examples/retention_retire_cutoff.py`]: https://github.com/crate-workbench/cratedb-toolkit/blob/main/examples/retention_retire_cutoff.py
[`examples/retention_retire_cutoff.py`]: https://github.com/crate/cratedb-toolkit/blob/main/examples/retention_retire_cutoff.py
[rolling up historical data]: https://www.elastic.co/guide/en/elasticsearch/reference/current/rollup-overview.html
[roll-up]: https://en.wikipedia.org/wiki/OLAP_cube#Operations
[strategy-delete]: https://github.com/crate-workbench/cratedb-toolkit/blob/main/cratedb_toolkit/retention/strategy/delete.py
[strategy-reallocate]: https://github.com/crate-workbench/cratedb-toolkit/blob/main/cratedb_toolkit/retention/strategy/reallocate.py
[strategy-snapshot]: https://github.com/crate-workbench/cratedb-toolkit/blob/main/cratedb_toolkit/retention/strategy/snapshot.py
[strategy-delete]: https://github.com/crate/cratedb-toolkit/blob/main/cratedb_toolkit/retention/strategy/delete.py
[strategy-reallocate]: https://github.com/crate/cratedb-toolkit/blob/main/cratedb_toolkit/retention/strategy/reallocate.py
[strategy-snapshot]: https://github.com/crate/cratedb-toolkit/blob/main/cratedb_toolkit/retention/strategy/snapshot.py
[time bucketing]: https://community.crate.io/t/resampling-time-series-data-with-date-bin/1009
2 changes: 1 addition & 1 deletion doc/sandbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Acquire sources.
```shell
git clone https://github.com/crate-workbench/cratedb-toolkit
git clone https://github.com/crate/cratedb-toolkit
cd cratedb-toolkit
```

Expand Down
2 changes: 1 addition & 1 deletion doc/wtf/backlog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Iteration +1
- Display differences to the standard configuration
- `tail -f` for `sys.jobs_log` and friends
See [discussion and suggestions](https://github.com/crate-workbench/cratedb-toolkit/pull/88#pullrequestreview-1759838520).
See [discussion and suggestions](https://github.com/crate/cratedb-toolkit/pull/88#pullrequestreview-1759838520).
- Check if the patch includes relevant details from here.
https://community.cratedb.com/t/monitoring-an-on-premises-cratedb-cluster-with-prometheus-and-grafana/1236
- Inform about table sizes, like Admin UI is doing it.
Expand Down
2 changes: 1 addition & 1 deletion doc/wtf/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ It is still a work-in-progress, but it is usable already.
```shell
pip install --upgrade 'cratedb-toolkit'
```
Alternatively, use the Docker image at `ghcr.io/crate-workbench/cratedb-toolkit`.
Alternatively, use the Docker image at `ghcr.io/crate/cratedb-toolkit`.

## Synopsis

Expand Down
2 changes: 1 addition & 1 deletion examples/rockset/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>0.0.1</version>

<name>Example program for using the official Rockset Java Client with CrateDB backend</name>
<url>https://github.com/crate-workbench/cratedb-toolkit</url>
<url>https://github.com/crate/cratedb-toolkit</url>

<repositories>
<repository>
Expand Down
4 changes: 2 additions & 2 deletions examples/rockset/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"resolutions": {
"node-fetch": "^2.6.7"
},
"repository": "https://github.com/crate-workbench/cratedb-toolkit",
"repository": "https://github.com/crate/cratedb-toolkit",
"scripts": {
"basic": "node basic.js"
},
Expand All @@ -28,7 +28,7 @@
"information analysis"
],
"bugs": {
"url": "https://github.com/crate-workbench/cratedb-toolkit/issues"
"url": "https://github.com/crate/cratedb-toolkit/issues"
},
"types": "dist/index.d.ts",
"files": [
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,11 @@ testing = [
"testcontainers<5",
]
[project.urls]
Changelog = "https://github.com/crate-workbench/cratedb-toolkit/blob/main/CHANGES.rst"
Documentation = "https://github.com/crate-workbench/cratedb-toolkit"
Homepage = "https://github.com/crate-workbench/cratedb-toolkit"
Issues = "https://github.com/crate-workbench/cratedb-toolkit/issues"
Repository = "https://github.com/crate-workbench/cratedb-toolkit"
Changelog = "https://github.com/crate/cratedb-toolkit/blob/main/CHANGES.md"
Documentation = "https://cratedb-toolkit.readthedocs.io/"
Homepage = "https://cratedb-toolkit.readthedocs.io/"
Issues = "https://github.com/crate/cratedb-toolkit/issues"
Repository = "https://github.com/crate/cratedb-toolkit"
[project.scripts]
cratedb-cfr = "cratedb_toolkit.cfr.cli:cli"
cratedb-retention = "cratedb_toolkit.retention.cli:cli"
Expand Down

0 comments on commit ade8aaa

Please sign in to comment.