{"id":15983023,"url":"https://github.com/fbiville/graphconnect-go-workshop","last_synced_at":"2025-04-04T19:20:00.320Z","repository":{"id":38442920,"uuid":"491890862","full_name":"fbiville/graphconnect-go-workshop","owner":"fbiville","description":null,"archived":false,"fork":false,"pushed_at":"2022-06-07T15:01:20.000Z","size":3992,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-02-10T04:28:12.712Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/fbiville.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":null,"security":null,"support":null}},"created_at":"2022-05-13T12:34:25.000Z","updated_at":"2022-07-04T18:28:33.000Z","dependencies_parsed_at":"2022-08-18T11:32:44.760Z","dependency_job_id":null,"html_url":"https://github.com/fbiville/graphconnect-go-workshop","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/fbiville%2Fgraphconnect-go-workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fbiville%2Fgraphconnect-go-workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fbiville%2Fgraphconnect-go-workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fbiville%2Fgraphconnect-go-workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fbiville","download_url":"https://codeload.github.com/fbiville/graphconnect-go-workshop/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247234942,"owners_count":20905855,"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-10-08T01:24:11.770Z","updated_at":"2025-04-04T19:20:00.302Z","avatar_url":"https://github.com/fbiville.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mastering Neo4j with Go and GoGM\n\nThis repository defines a set of exercises covering:\n\n1. the basics of [Go](https://go.dev/)\n2. the [Go driver](https://github.com/neo4j/neo4j-go-driver) for [Neo4j](https://neo4j.com/)\n3. the [GoGM](https://github.com/mindstand/gogm) mapping framework\n\n## Prerequisites\n\nYou need [Go 1.18+](https://go.dev/dl/) installed on your machine along with [Docker](https://docs.docker.com/get-docker/) to run the Neo4j test containers.\n\n## Structure\n\nEvery exercise is defined as a standard Go test.\nYou simply have to follow the order and fill the blanks (i.e. `TODO` \ncomments), one by one.\n\nIf you do not want to use an IDE, you can use the command line to run a \nspecific test like this:\n\n```shell\ngo test -v -run TestVariablesAndBasicTypes/'try some built-in types' ./1-golang-intro/...\n```\n\nThat commands run the test named `try some built-in types`, nested in \n`TestVariablesAndBasicTypes` in the `1-golang-intro` module.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffbiville%2Fgraphconnect-go-workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffbiville%2Fgraphconnect-go-workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffbiville%2Fgraphconnect-go-workshop/lists"}