{"id":17298036,"url":"https://github.com/ziy1-tan/cs-dev-docker","last_synced_at":"2026-03-01T13:35:25.151Z","repository":{"id":110007257,"uuid":"523993648","full_name":"Ziy1-Tan/cs-dev-docker","owner":"Ziy1-Tan","description":"Dev container for ColumnStore 🔥","archived":false,"fork":false,"pushed_at":"2024-06-15T10:09:45.000Z","size":62,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-13T13:04:29.605Z","etag":null,"topics":["columnstore","development","docker","mariadb"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/jvav/columnstore-dev","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ziy1-Tan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-12T07:23:06.000Z","updated_at":"2024-06-15T10:09:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"8c05eb4b-15c5-4c32-9e4f-1a21e7a1cd84","html_url":"https://github.com/Ziy1-Tan/cs-dev-docker","commit_stats":null,"previous_names":["ziy1-tan/mariadb-columnstore-dev","ziy1-tan/cs-dev-docker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ziy1-Tan/cs-dev-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ziy1-Tan%2Fcs-dev-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ziy1-Tan%2Fcs-dev-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ziy1-Tan%2Fcs-dev-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ziy1-Tan%2Fcs-dev-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ziy1-Tan","download_url":"https://codeload.github.com/Ziy1-Tan/cs-dev-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ziy1-Tan%2Fcs-dev-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29970492,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T13:32:00.443Z","status":"ssl_error","status_checked_at":"2026-03-01T13:32:00.084Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["columnstore","development","docker","mariadb"],"created_at":"2024-10-15T11:17:53.754Z","updated_at":"2026-03-01T13:35:25.094Z","avatar_url":"https://github.com/Ziy1-Tan.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Dev Container for MariaDB ColumnStore\n\n# Contents\n\n1. Dockerfile\n2. Vim config\n3. Scripts for service \u0026 dependencies\n\n# Quick Start\n\n```shell\n# 1. Clone the repository\ngit clone https://github.com/MariaDB/server.git\ncd server\ngit submodule update --init --recursive --depth=1\n\n# 2. Replace the forked repository\ncd server/storage/columnstore/columnstore\ngit remote remove origin\ngit remote add origin \u003cURL-TO-YOUR-FORK\u003e\ngit checkout develop\ngit config --global --add safe.directory `pwd`\n\n# 3. Build in the container\ndocker build -t columnstore-dev:rockylinux-8 .\ndocker run --privileged -d --name='cs-dev' -v path/to/server:/root/server columnstore-dev:rockylinux-8 /usr/sbin/init\ndocker exec -it -w /root/server/storage/columnstore/columnstore/build cs-dev /bin/bash\n. /opt/rh/gcc-toolset-12/enable \u0026\u0026 ./bootstrap_mcs.sh\n```\n\n# Note\n\n`Could not open mysql.plugin table: \"Table 'mysql.plugin' doesn't exist\". Some plugins may be not loaded`\n\n- Reinstall mysql data\n\n```shell\nrm -rf /var/lib/mysql\nchown -R mysql:mysql /var/lib/mysql\nmysql_install_db --user=mysql\n```\n\n`Plugin 'gssapi' registration as a AUTHENTICATION failed.`\n\n- Remove unused plugins\n\n```shell\nrm -rf /etc/my.cnf.d/auth_gssapi.cnf\nrm -rf /etc/my.cnf.d/provider_*\n```\n\n`/usr/sbin/mariadbd: Error while setting value 'ONplugin-load-add=ha_columnstore.so' to 'columnstore-use-import-for-batchinsert'`\n\n- Overwrite the config file\n\n```shell\necho -e '[mysqld]\\nplugin-load-add=ha_columnstore.so\\ncolumnstore_use_import_for_batchinsert = ON\\n\\ncollation_server = utf8_general_ci\\ncharacter_set_server = utf8' \u003e /etc/my.cnf.d/columnstore.cnf\n```\n\n- Run a single mariadb servive without systemd\n\n`/usr/bin/mariadbd-safe --datadir=/var/lib/mysql`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziy1-tan%2Fcs-dev-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fziy1-tan%2Fcs-dev-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziy1-tan%2Fcs-dev-docker/lists"}