{"id":28539203,"url":"https://github.com/soujava/intro-graph-2025","last_synced_at":"2025-08-09T04:28:29.140Z","repository":{"id":291630191,"uuid":"978251449","full_name":"soujava/intro-graph-2025","owner":"soujava","description":"Introduction to Graph Database using Eclipse JNoSQL","archived":false,"fork":false,"pushed_at":"2025-05-21T03:19:40.000Z","size":512,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-06-09T18:49:13.235Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/soujava.png","metadata":{"files":{"readme":"README.adoc","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":"2025-05-05T17:43:56.000Z","updated_at":"2025-05-21T03:19:44.000Z","dependencies_parsed_at":"2025-05-05T19:08:57.186Z","dependency_job_id":null,"html_url":"https://github.com/soujava/intro-graph-2025","commit_stats":null,"previous_names":["soujava/intro-graph-2025"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/soujava/intro-graph-2025","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soujava%2Fintro-graph-2025","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soujava%2Fintro-graph-2025/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soujava%2Fintro-graph-2025/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soujava%2Fintro-graph-2025/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/soujava","download_url":"https://codeload.github.com/soujava/intro-graph-2025/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soujava%2Fintro-graph-2025/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264250443,"owners_count":23579522,"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":"2025-06-09T18:31:14.836Z","updated_at":"2025-07-08T10:32:17.551Z","avatar_url":"https://github.com/soujava.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"= JNoSQL examples code\n:toc: auto\n\n== Introduction\n\nJava SE sample using NoSQL with Jakarta NoSQL.\n\nThis project contains several projects with the primary goal of exploring the Jakarta NoSQL on several databases.\n\n\n=== Neo4J\n\nimage::https://www.jnosql.org/img/logos/neo4j.png[Neo4J, width=200px]\n\nNeo4j is a graph database management system developed by Neo4j, Inc. The data elements Neo4j stores are nodes, edges connecting them, and attributes of nodes and edges.\n\n==== How to install with Docker\n\nimage::https://d1q6f0aelx0por.cloudfront.net/product-logos/library-docker-logo.png[]\n\n1. Install docker: https://www.docker.com/\n1. https://hub.docker.com/_/neo4j\n1. Run docker command:\n\n[source, bash]\n----\ndocker run --publish=7474:7474 --publish=7687:7687 --env NEO4J_AUTH=neo4j/admin123 neo4j:5.26.3\n----\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoujava%2Fintro-graph-2025","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoujava%2Fintro-graph-2025","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoujava%2Fintro-graph-2025/lists"}