{"id":24362896,"url":"https://github.com/fabianmurariu/graphblas-java-native","last_synced_at":"2025-04-10T10:53:14.868Z","repository":{"id":56575624,"uuid":"261877820","full_name":"fabianmurariu/graphblas-java-native","owner":"fabianmurariu","description":"graphblas wrapper for java using JNI","archived":false,"fork":false,"pushed_at":"2021-09-03T11:47:34.000Z","size":162,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-24T09:47:02.992Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","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/fabianmurariu.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}},"created_at":"2020-05-06T21:01:18.000Z","updated_at":"2024-01-03T10:23:37.000Z","dependencies_parsed_at":"2022-08-15T21:20:10.928Z","dependency_job_id":null,"html_url":"https://github.com/fabianmurariu/graphblas-java-native","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabianmurariu%2Fgraphblas-java-native","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabianmurariu%2Fgraphblas-java-native/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabianmurariu%2Fgraphblas-java-native/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabianmurariu%2Fgraphblas-java-native/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabianmurariu","download_url":"https://codeload.github.com/fabianmurariu/graphblas-java-native/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248204588,"owners_count":21064866,"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-01-18T22:54:13.571Z","updated_at":"2025-04-10T10:53:14.850Z","avatar_url":"https://github.com/fabianmurariu.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JNI bindings for GraphBLAS\n\n## Build and get the code\n\n```bash \ngit clone --recurse-submodules https://github.com/fabianmurariu/graphblas-java-native.git\n\n# this will build GraphBLAS for you and build the maven java project\nmake graphblas-java\n\n# to install GraphBLAS\n\nsudo make grb-install\n\n# if you don't wish to install you need to set \n# LD_LIBRARY_PATH=$(pwd)/GraphBLAS/build:$LD_LIBRARY_PATH \n# before running the maven tests outside of make\n```\n## For usage check tests\nin [GRAPHBLASSpec.scala](https://github.com/fabianmurariu/graphblas-java-native/blob/master/graphblas-java/src/test/scala/com/github/fabianmurariu/unsafe/GRAPHBLASSpec.scala)\n\n### Create a Matrix\n\n```scala\n  Buffer mat = GRBCORE.createMatrix(GRAPHBLAS.booleanType(), rows, cols)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabianmurariu%2Fgraphblas-java-native","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabianmurariu%2Fgraphblas-java-native","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabianmurariu%2Fgraphblas-java-native/lists"}