{"id":14959402,"url":"https://github.com/elizarp/neo4j-pm-integrator","last_synced_at":"2025-08-03T20:41:41.463Z","repository":{"id":227696411,"uuid":"772175420","full_name":"elizarp/neo4j-pm-integrator","owner":"elizarp","description":"Neo4j Project Management Integrator (Azure DevOps)","archived":false,"fork":false,"pushed_at":"2024-03-23T03:09:16.000Z","size":14,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T03:26:13.737Z","etag":null,"topics":["azure-devops","dotnet","neo4j","neo4j-database"],"latest_commit_sha":null,"homepage":"","language":"C#","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/elizarp.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":"2024-03-14T17:16:06.000Z","updated_at":"2024-03-15T00:03:06.000Z","dependencies_parsed_at":"2024-03-14T18:57:10.512Z","dependency_job_id":"038033d0-0bc3-4d40-bf08-69016324cb21","html_url":"https://github.com/elizarp/neo4j-pm-integrator","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"8399c5a34e64d258e8e8c3b6d7f1ecdcde505c85"},"previous_names":["elizarp/neo4j-pm-integrator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elizarp%2Fneo4j-pm-integrator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elizarp%2Fneo4j-pm-integrator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elizarp%2Fneo4j-pm-integrator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elizarp%2Fneo4j-pm-integrator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elizarp","download_url":"https://codeload.github.com/elizarp/neo4j-pm-integrator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238008486,"owners_count":19401261,"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":["azure-devops","dotnet","neo4j","neo4j-database"],"created_at":"2024-09-24T13:19:37.185Z","updated_at":"2025-02-09T19:31:16.848Z","avatar_url":"https://github.com/elizarp.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Neo4j Project Management Integration\n\nThis project is a .NET Core 8 API designed to integrate Project Management (Azure DevOps) with a Neo4j database, facilitating the synchronization and manipulation of data between Azure DevOps projects and a Neo4j graph database.\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes.\n\n### Prerequisites\n\n- .NET Core 8 SDK\n- Neo4j Database\n- Azure DevOps account\n\n### Installing\n\n1. Clone the repository to your local machine.\n2. Navigate to the project directory.\n3. Restore the .NET project dependencies by running:\n\n```\ndotnet restore\n```\n\n4. Configure the application settings as described in the [Configuration](#configuration) section.\n\n### Configuration\n\nBefore running the application, update the appsettings.json or your environment variables with the following configurations to match your Azure DevOps and Neo4j setup:\n\n```json\n{\n\"NEO4J_URI\": \"your_neo4j_host\",\n\"NEO4J_USER\": \"your_neo4j_user\",\n\"NEO4J_PASSWORD\": \"your_neo4j_password\",\n\"AADInstance\": \"https://login.microsoftonline.com/{0}/v2.0\",\n\"Tenant\": \"your_tenant_id\",\n\"ClientId\": \"your_client_id\",\n\"ProjectId\": \"your_project_id\",\n\"OrganizationUrl\": \"https://dev.azure.com/your_organization/\",\n\"AzureDevOps:PatKey\": \"\"\n}\n```\n\nMake sure to replace your_neo4j_host,your_neo4j_user,your_neo4j_password, your_tenant_id, your_client_id, your_project_id, and your_organization with your actual Neo4j and Azure DevOps information.\n\nFor sensitive information link NEO4J_PASSWORD and PatKey, please use [UserSecrets](https://learn.microsoft.com/en-us/aspnet/core/security/app-secrets?view=aspnetcore-8.0\u0026tabs=windows)\n\n### Running the Application\nTo start the application, run:\n```\ndotnet run --launch-profile https\n```\n\nThis will start the API on a local server (usually http://localhost:5176 and https://localhost:7168). \n\n## Authors\nEliézer Zarpelão\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felizarp%2Fneo4j-pm-integrator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felizarp%2Fneo4j-pm-integrator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felizarp%2Fneo4j-pm-integrator/lists"}