{"id":27266213,"url":"https://github.com/sszuev/concurrent-rdf-graph","last_synced_at":"2026-04-29T01:01:23.419Z","repository":{"id":113466673,"uuid":"606453630","full_name":"sszuev/concurrent-rdf-graph","owner":"sszuev","description":"Concurrent RDF Graph implementations written in Kotlin","archived":false,"fork":false,"pushed_at":"2024-04-02T08:01:22.000Z","size":187,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-09T01:01:56.668Z","etag":null,"topics":["apache-jena","concurrency","java","java-library","kotlin","kotlin-library","rdf","rdf-graph"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/sszuev.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}},"created_at":"2023-02-25T14:43:13.000Z","updated_at":"2025-02-03T15:40:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"3d0f2be0-a93b-4495-adb0-d8967c456e94","html_url":"https://github.com/sszuev/concurrent-rdf-graph","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/sszuev/concurrent-rdf-graph","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sszuev%2Fconcurrent-rdf-graph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sszuev%2Fconcurrent-rdf-graph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sszuev%2Fconcurrent-rdf-graph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sszuev%2Fconcurrent-rdf-graph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sszuev","download_url":"https://codeload.github.com/sszuev/concurrent-rdf-graph/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sszuev%2Fconcurrent-rdf-graph/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32405903,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"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":["apache-jena","concurrency","java","java-library","kotlin","kotlin-library","rdf","rdf-graph"],"created_at":"2025-04-11T08:44:31.707Z","updated_at":"2026-04-29T01:01:23.388Z","avatar_url":"https://github.com/sszuev.png","language":"Kotlin","funding_links":[],"categories":["Other Awesome"],"sub_categories":["BBedit"],"readme":"# Concurrent RDF Graph\n\n## Summary\n\nA simple jvm library containing [RDF](https://www.w3.org/TR/rdf11-concepts/) graph implementations suitable for concurrent environment.\n\nContains several implementations, including\n\n- `SynchronizedGraph` - straightforward implementation which uses the standard `synchronized` java block\n- `ExtendedSynchronizedGraph` - advanced implementation which uses the standard java `synchronized` block\n- `ReadWriteLockingGraph` - it uses `java.util.concurrent.locks.ReadWriteLock`\n\nEach implementation is an instance of `org.apache.jena.sparql.graph.GraphWrapper`\nfrom [Apache Jena](https://github.com/apache/jena).\nThe project is equipped with concurrent tests, the local running of which may end with `TimeoutException` if the local\nmachine is not fast enough.\nAlso, there are benchmarks tests.\n\n## Available via [jitpack](https://jitpack.io/#sszuev/concurrent-rdf-graph)\n\n```xml\n\u003crepositories\u003e\n    \u003crepository\u003e\n        \u003cid\u003ejitpack.io\u003c/id\u003e\n        \u003curl\u003ehttps://jitpack.io\u003c/url\u003e\n    \u003c/repository\u003e\n\u003c/repositories\u003e\n...\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.github.sszuev\u003c/groupId\u003e\n    \u003cartifactId\u003econcurrent-rdf-graph\u003c/artifactId\u003e\n    \u003cversion\u003e1.1.0-kotlin\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n## Run benchmarks\n```bash\ngradlew clean jmh\n```\nor \n```bash\ngradlew clean jmhJar\njava -jar build/libs/concurrent-rdf-graph-kotlin-{version}-jmh.jar \n```\n\nFor allowed arguments, see help:\n\n```bash\njava -jar build/libs/concurrent-rdf-graph-kotlin-{version}-jmh.jar -help\n```\n\nExample:\n\n```bash\njava -jar build/libs/concurrent-rdf-graph-kotlin-{version}-jmh.jar -wi 3 -i 3 -p factory=RW_LOCKING_GRAPH_V2,SYNCHRONIZED_GRAPH\n```\n\n## License\n\nApache License Version 2.0","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsszuev%2Fconcurrent-rdf-graph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsszuev%2Fconcurrent-rdf-graph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsszuev%2Fconcurrent-rdf-graph/lists"}