From 86afb04ae507ab1a957a8b9e2245c2535c4a012a Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Wed, 17 Jul 2024 20:11:02 +0200 Subject: [PATCH] Project: Move from GitHub organization `crate-workbench` to `crate` --- README.md | 16 ++++++++-------- doc/adapter/pymongo.md | 4 ++-- doc/adapter/rockset.md | 10 +++++----- doc/cfr/index.md | 4 ++-- doc/index.md | 12 ++++++------ doc/install.md | 2 +- doc/io/index.md | 2 +- doc/release.md | 4 ++-- doc/retention.md | 10 +++++----- doc/sandbox.md | 2 +- doc/wtf/backlog.md | 2 +- doc/wtf/index.md | 2 +- examples/rockset/java/pom.xml | 2 +- examples/rockset/javascript/package.json | 4 ++-- pyproject.toml | 10 +++++----- 15 files changed, 43 insertions(+), 43 deletions(-) diff --git a/README.md b/README.md index bbb2f12d..9bc96db9 100644 --- a/README.md +++ b/README.md @@ -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/) @@ -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 ``` @@ -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 diff --git a/doc/adapter/pymongo.md b/doc/adapter/pymongo.md index b10c4432..f222ab94 100644 --- a/doc/adapter/pymongo.md +++ b/doc/adapter/pymongo.md @@ -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 diff --git a/doc/adapter/rockset.md b/doc/adapter/rockset.md index 4a887165..89ac1592 100644 --- a/doc/adapter/rockset.md +++ b/doc/adapter/rockset.md @@ -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 diff --git a/doc/cfr/index.md b/doc/cfr/index.md index c9687447..6cb49268 100644 --- a/doc/cfr/index.md +++ b/doc/cfr/index.md @@ -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 @@ -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. diff --git a/doc/index.md b/doc/index.md index 08240758..60823a02 100644 --- a/doc/index.md +++ b/doc/index.md @@ -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 diff --git a/doc/install.md b/doc/install.md index d71eb608..d73332ba 100644 --- a/doc/install.md +++ b/doc/install.md @@ -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 ``` diff --git a/doc/io/index.md b/doc/io/index.md index 82822d54..e3c6b64f 100644 --- a/doc/io/index.md +++ b/doc/io/index.md @@ -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 diff --git a/doc/release.md b/doc/release.md index a782d963..28279919 100644 --- a/doc/release.md +++ b/doc/release.md @@ -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. @@ -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 diff --git a/doc/retention.md b/doc/retention.md index b0a6c235..2691d238 100644 --- a/doc/retention.md +++ b/doc/retention.md @@ -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. @@ -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 diff --git a/doc/sandbox.md b/doc/sandbox.md index 45a355f3..8886a065 100644 --- a/doc/sandbox.md +++ b/doc/sandbox.md @@ -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 ``` diff --git a/doc/wtf/backlog.md b/doc/wtf/backlog.md index 692c592c..87069ec9 100644 --- a/doc/wtf/backlog.md +++ b/doc/wtf/backlog.md @@ -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. diff --git a/doc/wtf/index.md b/doc/wtf/index.md index 2ef02429..ad08a585 100644 --- a/doc/wtf/index.md +++ b/doc/wtf/index.md @@ -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 diff --git a/examples/rockset/java/pom.xml b/examples/rockset/java/pom.xml index a9653cf8..197e4d5b 100644 --- a/examples/rockset/java/pom.xml +++ b/examples/rockset/java/pom.xml @@ -9,7 +9,7 @@ 0.0.1 Example program for using the official Rockset Java Client with CrateDB backend - https://github.com/crate-workbench/cratedb-toolkit + https://github.com/crate/cratedb-toolkit diff --git a/examples/rockset/javascript/package.json b/examples/rockset/javascript/package.json index 545ab02c..c92e4341 100644 --- a/examples/rockset/javascript/package.json +++ b/examples/rockset/javascript/package.json @@ -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" }, @@ -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": [ diff --git a/pyproject.toml b/pyproject.toml index f414633b..53a1fab0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"