{"id":22919416,"url":"https://github.com/takapi327/ixias-sample-code","last_synced_at":"2025-04-01T13:25:18.544Z","repository":{"id":117971435,"uuid":"283815398","full_name":"takapi327/ixias-sample-code","owner":"takapi327","description":null,"archived":false,"fork":false,"pushed_at":"2020-12-18T05:59:45.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-02-07T08:29:12.618Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scala","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/takapi327.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":"2020-07-30T15:46:23.000Z","updated_at":"2020-12-18T05:59:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"8e1f40f1-99b3-4031-8fbd-72d3c6ebea2b","html_url":"https://github.com/takapi327/ixias-sample-code","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takapi327%2Fixias-sample-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takapi327%2Fixias-sample-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takapi327%2Fixias-sample-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takapi327%2Fixias-sample-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/takapi327","download_url":"https://codeload.github.com/takapi327/ixias-sample-code/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246645602,"owners_count":20810982,"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","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":[],"created_at":"2024-12-14T07:12:00.540Z","updated_at":"2025-04-01T13:25:18.515Z","avatar_url":"https://github.com/takapi327.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ixias-sample-code\n## 環境構築\n\n```\n$git clone https://github.com/takapi327/ixias-sample-code.git\n```\n\n### MySQL\n\n```\n$ sudo mysql.server start\n$ mysql -u root -p\n```\n\n```sql\nCREATE DATABASE ixias_sample_code;\nCREATE TABLE `user` (\n  `id`         BIGINT(20)   unsigned     NOT NULL AUTO_INCREMENT,\n  `name`       VARCHAR(255)              NOT NULL,\n  `updated_at` timestamp                 NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n  `created_at` timestamp                 NOT NULL DEFAULT CURRENT_TIMESTAMP,\n  PRIMARY KEY (`id`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;\n```\n\n### 参考ブログ\nhttps://medium.com/nextbeat-engineering/%E8%87%AA%E7%A4%BEoss-ixias-%E3%81%AE%E7%B4%B9%E4%BB%8B-ixias-persistence%E3%83%91%E3%83%83%E3%82%B1%E3%83%BC%E3%82%B8%E3%81%AE%E3%82%B5%E3%83%B3%E3%83%97%E3%83%AB%E3%82%B3%E3%83%BC%E3%83%89-f1b6965fb1d6\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakapi327%2Fixias-sample-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftakapi327%2Fixias-sample-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakapi327%2Fixias-sample-code/lists"}