{"id":28295531,"url":"https://github.com/ooddaa/mango","last_synced_at":"2026-05-08T17:36:46.486Z","repository":{"id":57683303,"uuid":"465782541","full_name":"ooddaa/mango","owner":"ooddaa","description":"Object-to-Graph Mapper for Neo4j and Nodejs","archived":false,"fork":false,"pushed_at":"2023-03-14T16:31:10.000Z","size":2342,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-07T20:19:38.971Z","etag":null,"topics":["database","graph","graph-database","knowledge-graph","neo4j"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/ooddaa.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.md","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":"2022-03-03T15:46:54.000Z","updated_at":"2024-11-05T09:54:20.000Z","dependencies_parsed_at":"2024-11-14T14:24:13.545Z","dependency_job_id":"277c402f-4ab4-48c6-bc69-79a1c511defc","html_url":"https://github.com/ooddaa/mango","commit_stats":{"total_commits":48,"total_committers":3,"mean_commits":16.0,"dds":"0.22916666666666663","last_synced_commit":"d9fdbc7fb9a847aea9573f1b08cd976afa53e6db"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ooddaa/mango","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ooddaa%2Fmango","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ooddaa%2Fmango/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ooddaa%2Fmango/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ooddaa%2Fmango/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ooddaa","download_url":"https://codeload.github.com/ooddaa/mango/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ooddaa%2Fmango/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32790730,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["database","graph","graph-database","knowledge-graph","neo4j"],"created_at":"2025-05-22T15:16:46.377Z","updated_at":"2026-05-08T17:36:46.475Z","avatar_url":"https://github.com/ooddaa.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mango 🥭\n\nGoal: A tool that builds Knowledge Graphs and plants Knowledge Trees 🌳\n\nSimply: it is an Object-to-Graph Mapping tool that you can use to work with [Neo4j](https://neo4j.com/) from your [Node.js](https://nodejs.org/) application.\n\n## Idea\n\nThe idea behind the project is to build a tool to makes it easy to perform\n\n- Create\n- Read\n- Update\n- Delete\n  operations on Neo4j Graph Database using plain JavaScript objects.\n\n## Philosophy:\n\nGraphs are powerful because they are visually obvious. You may draw a graph to simplify something. It takes a purely abstract thought concept and makes it appear as a 2D model in front of your eyes.\n\nGraphs are powerful because they are simple. As a basic data structure, a Node or (Node), can represent any data. If (Node1) and (Node2) have a way to associate, then it could be expressed as ```(Node1)-[:RELATES_TO]-\u003e(Node2)``` \nAnd there you have it - a full blown Knowledge Graph!\n\nNow think of adding properties to Nodes and its Relationships and the expressive potential is limitless.\n\nRich Knowledge Graphs can provide enough machine-readable context for humans to build useful\nreal-world services.\n\nGo to [doc](https://ooddaa.github.io/mango/) to read full documentation.\n\n## Install\n```npm i @ooddaa/mango```\nor alias it in package.json\n```\"mango\": \"npm:@ooddaa/mango@^1.1.3\"```\n\n## Tests\n\nTo run tests, add Neo4j credentials to config/testing.json file:\n\n`{ \"neo4jUsername\": \"neo4j\", \"neo4jPassword\": \"password\", \"ip\": \"0.0.0.0\", \"port\": \"7687\", \"env\": \"testing\", \"database\": \"test\" }`\n\nthen do\n```npm test```\n\nFeel free to open any issues/PRs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fooddaa%2Fmango","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fooddaa%2Fmango","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fooddaa%2Fmango/lists"}