{"id":29905531,"url":"https://github.com/project-tsurugi/shakujo","last_synced_at":"2025-08-01T19:14:23.939Z","repository":{"id":197950063,"uuid":"166380643","full_name":"project-tsurugi/shakujo","owner":"project-tsurugi","description":"SQL compiler for tsurugidb (legacy).","archived":false,"fork":false,"pushed_at":"2024-06-17T05:25:36.000Z","size":4392,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-06-17T06:35:38.170Z","etag":null,"topics":["compiler","legacy","sql","tsurugidb"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/project-tsurugi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-18T09:35:55.000Z","updated_at":"2024-06-17T05:25:41.000Z","dependencies_parsed_at":"2024-02-07T07:44:12.835Z","dependency_job_id":null,"html_url":"https://github.com/project-tsurugi/shakujo","commit_stats":null,"previous_names":["project-tsurugi/shakujo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/project-tsurugi/shakujo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/project-tsurugi%2Fshakujo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/project-tsurugi%2Fshakujo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/project-tsurugi%2Fshakujo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/project-tsurugi%2Fshakujo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/project-tsurugi","download_url":"https://codeload.github.com/project-tsurugi/shakujo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/project-tsurugi%2Fshakujo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268282397,"owners_count":24225164,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["compiler","legacy","sql","tsurugidb"],"created_at":"2025-08-01T19:14:12.847Z","updated_at":"2025-08-01T19:14:23.923Z","avatar_url":"https://github.com/project-tsurugi.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shakujo - A portable relational database languages compiler\n\n## Requirements\n\n* CMake `\u003e= 3.16`\n* C++ Compiler `\u003e= C++17`\n* Java Runtime `\u003e= 11`\n* and see *Dockerfile* section\n\n```sh\n# retrieve third party modules\ngit submodule update --init --recursive\n```\n\n#### Dockerfile\n\n```dockerfile\nFROM ubuntu:22.04\n\nRUN apt update -y \u0026\u0026 apt install -y git build-essential cmake ninja-build openjdk-11-jdk libgoogle-glog-dev pkg-config uuid-dev doxygen\n```\n\n## How to build\n\n```sh\nmkdir build\ncd build\ncmake -G Ninja -DCMAKE_BUILD_TYPE=Release ..\nninja\n```\n\navailable options:\n\n* `-DBUILD_SHARED_LIBS=OFF` - create static libraries instead of shared libraries\n* `-DBUILD_TESTS=OFF` - don't build test programs\n* `-DBUILD_DOCUMENTS=OFF` - don't build documents by doxygen\n* `-DBUILD_EXAMPLES=OFF` - don't build nor test example programs\n* `-DINSTALL_EXAMPLES=ON` - also install example programs\n* `-DFORCE_INSTALL_RPATH=ON` - force set RPATH for non-default library paths\n* for debugging only\n  * `-DENABLE_SANITIZER=OFF` - disable sanitizers (requires `-DCMAKE_BUILD_TYPE=Debug`)\n  * `-DENABLE_UB_SANITIZER=ON` - enable undefined behavior sanitizer (requires `-DENABLE_SANITIZER=ON`)\n  * `-DENABLE_COVERAGE=ON` - enable code coverage analysis (requires `-DCMAKE_BUILD_TYPE=Debug`)\n\n### install\n\n```sh\nninja install\n```\n\n### run tests\n\n```sh\nctest\n```\n\n### generate documents\n\n```sh\nninja doxygen\n```\n\n## License\n\n[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproject-tsurugi%2Fshakujo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fproject-tsurugi%2Fshakujo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproject-tsurugi%2Fshakujo/lists"}