Docs.rs
  • kgdata-4.0.1
    • kgdata 4.0.1
    • Docs.rs crate page
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • binh-vu
    • Dependencies
      • ahash ^0.8.5 normal
      • anyhow ^1.0.58 normal
      • bincode ^1.3.3 normal
      • bzip2 ^0.4.3 normal
      • clap ^4.4.6 normal
      • ctrlc ^3.4.1 normal
      • env_logger ^0.9.0 normal
      • flate2 ^1.0.24 normal
      • glob ^0.3.1 normal
      • hashbrown ^0.14.0 normal
      • itertools ^0.11.0 normal
      • log ^0.4.17 normal
      • nng ^1.0.1 normal
      • ord_subset ^3.1.1 normal
      • petgraph ^0.6.3 normal
      • pyo3 ^0.19.2 normal
      • rayon ^1.7.0 normal
      • rocksdb ^0.20.1 normal
      • serde ^1.0.137 normal
      • serde_json ^1.0.81 normal
      • shared_memory ^0.12.4 normal
      • thiserror ^1.0.31 normal
      • thread_local ^1.1.7 normal
      • zstd ^0.13.0 normal
      • criterion ^0.4.0 dev
      • rstest ^0.13.0 dev
      • tempfile ^3.3.0 dev
    • Versions
    • 4.23% of the crate is documented
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

kgdata4.0.1

Module db

Module Items

  • Re-exports
  • Modules
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

In crate kgdata

kgdata

Module db

Source

Re-exports§

pub use self::remotedb::serve_db;
pub use self::remotedb::RemoteRocksDBDict;

Modules§

remotedb

Structs§

BaseKGDB
ReadonlyRocksDBDict

Enums§

PredefinedDB

Traits§

Map
An union interface for our RocksDB (local and remote)

Functions§

deser_entity
deser_entity_metadata
open_class_db
open_entity_db
open_entity_metadata_db
open_entity_outlink_db
open_entity_pagerank_db
open_entity_redirection_db
open_property_db

Type Aliases§

KGDB
RemoteKGDB