{"id":13472384,"url":"https://github.com/0xSiO/bolt-rs","last_synced_at":"2025-03-26T15:32:08.088Z","repository":{"id":40357825,"uuid":"229192111","full_name":"0xSiO/bolt-rs","owner":"0xSiO","description":"Communicate with Bolt-compatible graph databases in Rust! ⚡🔩","archived":false,"fork":false,"pushed_at":"2024-05-15T23:15:28.000Z","size":986,"stargazers_count":80,"open_issues_count":1,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-20T02:46:03.334Z","etag":null,"topics":["bolt","client","neo4j","protocol","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0xSiO.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}},"created_at":"2019-12-20T04:49:33.000Z","updated_at":"2024-05-15T23:15:31.000Z","dependencies_parsed_at":"2023-02-15T04:32:02.957Z","dependency_job_id":"ed40fc04-672d-45ea-8c7a-0f7e2bdbb445","html_url":"https://github.com/0xSiO/bolt-rs","commit_stats":{"total_commits":754,"total_committers":3,"mean_commits":"251.33333333333334","dds":"0.0026525198938992522","last_synced_commit":"00edd9daf97675c5a8a9aed11e7929bea91d8bad"},"previous_names":["lucis-fluxum/bolt-rs"],"tags_count":61,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xSiO%2Fbolt-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xSiO%2Fbolt-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xSiO%2Fbolt-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xSiO%2Fbolt-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xSiO","download_url":"https://codeload.github.com/0xSiO/bolt-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222130120,"owners_count":16936294,"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":["bolt","client","neo4j","protocol","rust"],"created_at":"2024-07-31T16:00:54.258Z","updated_at":"2024-10-30T02:32:03.217Z","avatar_url":"https://github.com/0xSiO.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# bolt-rs\n[![CI](https://github.com/0xSiO/bolt-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/0xSiO/bolt-rs/actions/workflows/ci.yml)\n\n## Overview\n\nThis project aims to provide a comprehensive set of libraries that allow for interaction with graph\ndatabase servers that support the [Bolt](https://neo4j.com/docs/bolt/current) protocol, namely,\n[Neo4j](https://neo4j.com). This set of libraries allows interacting with servers supporting\nversions 1 through 4.4 of the protocol, which includes Neo4j 3.1 through 4.4.\n\n### bolt-proto\n[![crates.io](https://img.shields.io/crates/v/bolt-proto.svg)](https://crates.io/crates/bolt-proto)\n[![Released API docs](https://docs.rs/bolt-proto/badge.svg)](https://docs.rs/bolt-proto)\n\nContains the primitives used in the protocol. The `Message` and `Value` enums are of particular\nimportance, and are the primary units of information sent and consumed by Bolt clients/servers.\n\n### bolt-client\n[![crates.io](https://img.shields.io/crates/v/bolt-client.svg)](https://crates.io/crates/bolt-client)\n[![Released API docs](https://docs.rs/bolt-client/badge.svg)](https://docs.rs/bolt-client)\n\nContains a runtime-agnostic asynchronous client for Bolt-compatible servers, as well as an optional\ntokio-based `Stream` type that supports both insecure and secure TCP streams backed by\n[rustls](https://docs.rs/rustls).\n\n### bb8-bolt\n[![crates.io](https://img.shields.io/crates/v/bb8-bolt.svg)](https://crates.io/crates/bb8-bolt)\n[![Released API docs](https://docs.rs/bb8-bolt/badge.svg)](https://docs.rs/bb8-bolt)\n\nA bolt-client adapter crate for the [bb8](https://crates.io/crates/bb8) connection pool.\n\n### deadpool-bolt\n[![crates.io](https://img.shields.io/crates/v/deadpool-bolt.svg)](https://crates.io/crates/deadpool-bolt)\n[![Released API docs](https://docs.rs/deadpool-bolt/badge.svg)](https://docs.rs/deadpool-bolt)\n\nA bolt-client manager for the [deadpool](https://crates.io/crates/deadpool) connection pool.\n\n### mobc-bolt\n[![crates.io](https://img.shields.io/crates/v/mobc-bolt.svg)](https://crates.io/crates/mobc-bolt)\n[![Released API docs](https://docs.rs/mobc-bolt/badge.svg)](https://docs.rs/mobc-bolt)\n\nA bolt-client manager for the [mobc](https://crates.io/crates/mobc) connection pool.\n\n## Contributing\n\n- Contributions to this project must be submitted under the [project's license](./LICENSE).\n- Contributors to this project must attest to the [Developer Certificate of Origin](https://developercertificate.org/) by including a `Signed-off-by` statement in all commit messages.\n- All commits must have a valid digital signature.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xSiO%2Fbolt-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xSiO%2Fbolt-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xSiO%2Fbolt-rs/lists"}