{"id":29905503,"url":"https://github.com/project-tsurugi/yugawara","last_synced_at":"2025-08-01T19:14:20.314Z","repository":{"id":197956188,"uuid":"225797940","full_name":"project-tsurugi/yugawara","owner":"project-tsurugi","description":"Fundamental language toolkit for Tsurugi SQL IR","archived":false,"fork":false,"pushed_at":"2025-06-16T13:12:04.000Z","size":831,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-06-16T13:56:13.730Z","etag":null,"topics":["compiler","optimizer","sql","tsurugidb"],"latest_commit_sha":null,"homepage":"https://tsurugidb.com","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,"zenodo":null}},"created_at":"2019-12-04T06:42:12.000Z","updated_at":"2025-06-16T13:12:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"96641730-fee3-407d-9017-5bf5a45935c0","html_url":"https://github.com/project-tsurugi/yugawara","commit_stats":null,"previous_names":["project-tsurugi/yugawara"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/project-tsurugi/yugawara","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/project-tsurugi%2Fyugawara","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/project-tsurugi%2Fyugawara/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/project-tsurugi%2Fyugawara/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/project-tsurugi%2Fyugawara/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/project-tsurugi","download_url":"https://codeload.github.com/project-tsurugi/yugawara/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/project-tsurugi%2Fyugawara/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","optimizer","sql","tsurugidb"],"created_at":"2025-08-01T19:14:09.041Z","updated_at":"2025-08-01T19:14:20.297Z","avatar_url":"https://github.com/project-tsurugi.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Yugawara - A fundamental language toolkit for SQL IR\n\n## Requirements\n\n* CMake `\u003e= 3.16`\n* C++ Compiler `\u003e= C++17`\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\n```\n\noptional packages:\n\n* `doxygen`\n* `graphviz`\n* `clang-tidy-14`\n\n### Install sub-modules\n\n#### tsurugidb modules\n\nThis requires below [tsurugidb](https://github.com/project-tsurugi/tsurugidb) modules to be installed.\n\n* [takatori](https://github.com/project-tsurugi/takatori)\n\n#### hopscotch-map\n\n```sh\nmkdir -p build-third_party/hopscotch-map\ncd build-third_party/hopscotch-map\ncmake -G Ninja -DCMAKE_INSTALL_PREFIX=[/path/to/install-prefix] ../../third_party/hopscotch-map\ncmake --build . --target install\n```\n\nsee https://github.com/Tessil/hopscotch-map\n\n## How to build\n\n```sh\nmkdir -p build\ncd build\ncmake -G Ninja -DCMAKE_BUILD_TYPE=Release ..\ncmake --build .\n```\n\navailable options:\n\n* `-DCMAKE_INSTALL_PREFIX=/path/to/install-root` - change install location\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_STRICT=OFF` - don't treat compile warnings as build errors\n\n### install\n\n```sh\ncmake --build . --target install\n```\n\n### run tests\n\n```sh\nctest\n```\n\n### generate documents\n\n```sh\ncmake --build . --target 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%2Fyugawara","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fproject-tsurugi%2Fyugawara","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproject-tsurugi%2Fyugawara/lists"}