{"id":31144077,"url":"https://github.com/effinchang/procurement-pattern-detection.","last_synced_at":"2025-09-18T14:10:15.952Z","repository":{"id":314756518,"uuid":"1056648917","full_name":"Effinchang/procurement-pattern-detection.","owner":"Effinchang","description":"Procurement risk analytics — Neo4j graph patterns (shared addresses, winner rotation) + anomaly detection and data-quality checks","archived":false,"fork":false,"pushed_at":"2025-09-14T14:49:17.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-14T16:31:21.561Z","etag":null,"topics":["anomaly-detection","data-quality","fraud-analytics","graph-database","neo4j","pattern-detection","procurement","responsible-ai"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Effinchang.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-14T14:28:18.000Z","updated_at":"2025-09-14T14:49:20.000Z","dependencies_parsed_at":"2025-09-14T16:31:24.658Z","dependency_job_id":"7e293182-5cab-440d-b873-90753d70a99c","html_url":"https://github.com/Effinchang/procurement-pattern-detection.","commit_stats":null,"previous_names":["effinchang/procurement-pattern-detection."],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Effinchang/procurement-pattern-detection.","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Effinchang%2Fprocurement-pattern-detection.","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Effinchang%2Fprocurement-pattern-detection./tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Effinchang%2Fprocurement-pattern-detection./releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Effinchang%2Fprocurement-pattern-detection./manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Effinchang","download_url":"https://codeload.github.com/Effinchang/procurement-pattern-detection./tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Effinchang%2Fprocurement-pattern-detection./sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275781073,"owners_count":25527348,"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","status":"online","status_checked_at":"2025-09-18T02:00:09.552Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["anomaly-detection","data-quality","fraud-analytics","graph-database","neo4j","pattern-detection","procurement","responsible-ai"],"created_at":"2025-09-18T14:10:10.453Z","updated_at":"2025-09-18T14:10:15.942Z","avatar_url":"https://github.com/Effinchang.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# procurement-pattern-detection\nGraph + anomaly detection for procurement integrity (Neo4j + Python) with data quality checks.\n**Keywords:** graph database, Neo4j, pattern detection, collusion, anomaly detection, Great Expectations\n## Contents\n- cypher/collusion_patterns.cql\n- notebooks/ (add IsolationForest demo)\n- data/nodes.csv, data/edges.csv\n\n## Quickstart\n\n```bash\npip install -r requirements.txt\n# quick graph sanity check\npython - \u003c\u003c \"PY\"\nimport pandas as pd, networkx as nx\ne = pd.read_csv(\"data/edges.csv\")\nG = nx.from_pandas_edgelist(e, \"src\", \"dst\", edge_attr=True, create_using=nx.DiGraph())\nprint(f\"Nodes: {G.number_of_nodes()}, Edges: {G.number_of_edges()}\")\nPY\n\n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feffinchang%2Fprocurement-pattern-detection.","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feffinchang%2Fprocurement-pattern-detection.","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feffinchang%2Fprocurement-pattern-detection./lists"}