{"id":20520784,"url":"https://github.com/erebelo/spring-neptune-demo","last_synced_at":"2026-04-30T16:33:21.598Z","repository":{"id":246443704,"uuid":"821131330","full_name":"erebelo/spring-neptune-demo","owner":"erebelo","description":"Java REST API project using Spring Boot 3, Neptune and TinkerGraph database","archived":false,"fork":false,"pushed_at":"2025-03-24T20:25:55.000Z","size":362,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-05T08:05:04.289Z","etag":null,"topics":["back-end","backend","backend-api","backend-service","graph-database","java","neptune","spring","spring-boot","springboot","tinkergraph","tinkerpop"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/erebelo.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-06-27T22:02:09.000Z","updated_at":"2025-03-24T20:25:59.000Z","dependencies_parsed_at":"2024-06-28T01:28:28.701Z","dependency_job_id":"fb34a0b2-5365-47fa-816e-2af693ab8902","html_url":"https://github.com/erebelo/spring-neptune-demo","commit_stats":null,"previous_names":["erebelo/spring-neptune-demo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/erebelo/spring-neptune-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erebelo%2Fspring-neptune-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erebelo%2Fspring-neptune-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erebelo%2Fspring-neptune-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erebelo%2Fspring-neptune-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erebelo","download_url":"https://codeload.github.com/erebelo/spring-neptune-demo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erebelo%2Fspring-neptune-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32470879,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["back-end","backend","backend-api","backend-service","graph-database","java","neptune","spring","spring-boot","springboot","tinkergraph","tinkerpop"],"created_at":"2024-11-15T22:22:55.977Z","updated_at":"2026-04-30T16:33:21.581Z","avatar_url":"https://github.com/erebelo.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spring Neptune Demo\n\nREST API project developed in Java using Spring Boot 3, Neptune and TinkerGraph database.\n\n## Requirements\n\n- Java 17\n- Spring Boot 3.x.x\n- Apache Maven 3.8.6\n\n## Libraries\n\n- [spring-common-parent](https://github.com/erebelo/spring-common-parent): Manages the Spring Boot version and provide common configurations for plugins and formatting.\n\n## Configuring Maven for GitHub Dependencies\n\nTo pull the `spring-common-parent` dependency, follow these steps:\n\n1. **Generate a Personal Access Token**:\n\n   Go to your GitHub account -\u003e **Settings** -\u003e **Developer settings** -\u003e **Personal access tokens** -\u003e **Tokens (classic)** -\u003e **Generate new token (classic)**:\n\n    - Fill out the **Note** field: `Pull packages`.\n    - Set the scope:\n        - `read:packages` (to download packages)\n    - Click **Generate token**.\n\n2. **Set Up Maven Authentication**:\n\n   In your local Maven `settings.xml`, define the GitHub repository authentication using the following structure:\n\n   ```xml\n   \u003cservers\u003e\n     \u003cserver\u003e\n       \u003cid\u003egithub-spring-common-parent\u003c/id\u003e\n       \u003cusername\u003eUSERNAME\u003c/username\u003e\n       \u003cpassword\u003eTOKEN\u003c/password\u003e\n     \u003c/server\u003e\n   \u003c/servers\u003e\n   ```\n\n   **NOTE**: Replace `USERNAME` with your GitHub username and `TOKEN` with the personal access token you just generated.\n\n## Run App\n\n- Set the following environment variables if running the project for a spring profile other than `local`: `AWS_REGION`, `AWS_NEPTUNE_ENDPOINT`, `AWS_NEPTUNE_PARTITION_KEY`, and `AWS_NEPTUNE_PARTITION_NAME`.\n- Use the application property `aws.neptune.embedded` to switch between Neptune and TinkerGraph database.\n- Run the `SpringNeptuneDemoApplication` class as Java Application.\n\n## DB Preview\n\n- Hit [Graph Data](http://localhost:8080/spring-neptune-demo/graph/data) to view the graph json data\n- Hit [Graph Viewer](http://localhost:8080/spring-neptune-demo/index.html) to view the graph vertex/edge representation\n\n## Collection\n\n[Project Collection](https://github.com/erebelo/spring-neptune-demo/tree/main/collection)\n\n## Diagram\n\n[Entity Relationship Diagram](https://github.com/erebelo/spring-neptune-demo/tree/main/db/Entity%20Relationship%20Diagram.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferebelo%2Fspring-neptune-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferebelo%2Fspring-neptune-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferebelo%2Fspring-neptune-demo/lists"}