Commit Graph

42 Commits (c1f47ea7aa0df9a421a61ffb4828ea20fe36a1be)

Author SHA1 Message Date
Tpt 822dd60596 Fixes invalid database generated from bulk load 3 years ago
Tpt ad4bfe35c2 Fixes typos in the documentation 3 years ago
Tpt 4efd193708 Improves documentation 3 years ago
Tpt 0d14159b6e Adds the Store.backup function to pyoxigraph 3 years ago
Tpt 203bd4c080 Adds a backup system 3 years ago
Tpt 045fb8cbf6 Adds a public API for transaction 3 years ago
Tpt 34a944036f Simplifies UpdateOptions API 3 years ago
Tpt ec5c7c86be Improves RDF I/O ParseError 3 years ago
Tpt a33dbb6d06 Avoids abusing std::io::Error 3 years ago
Tpt 44d1a5f04c Makes bulk load partial insertions atomic 3 years ago
Tpt f64001906c Minor documentation improvements 3 years ago
Tpt d6d88b074c Improves pyoxigraph documentation 3 years ago
Tpt 8d20f65890 Adds back in memory WASM support 3 years ago
Tpt a3e40556da Automatically retries transactions on failure 3 years ago
Tpt e99d6f4ad0 Makes bulk loader multithreaded 3 years ago
Tpt 6f44a5956b Simplifies bulk load API 3 years ago
Tpt 607aa0b0dd WIP: Transactions 3 years ago
Tpt 196d6d6576 Adds bulk load by directly write RocksDB SSTs 3 years ago
Tpt 569000b5ea Storage: adds write batch 3 years ago
Tpt 986d3e60bb RocksDB: bulk load 3 years ago
Tpt 98f9a307b8 Exposes a function to compact the database 3 years ago
Tpt bf0f178c41 Adds a ColumnFamilyDefinition struct to store column family options 3 years ago
Tpt 3119e7748e Small RocksDB optimizations 3 years ago
Tpt e297de73d1 Refactors backend code 3 years ago
Tpt 063683088d Moves back from Sled to RocksDB 3 years ago
Tpt 97bb227042 Migrates to Rust 2021 3 years ago
Tpt e9608fb2eb Adds wasm32 support to lib crate 3 years ago
Tpt f084cfe332 Enables more Clippy lints and enforces them 3 years ago
Tpt 8a1683eba2 Fixes named graphs insertion 3 years ago
Tpt fa7ae0353f Makes Storage edit method take the explicit term 3 years ago
Tpt c18281183a Uses std::io::Result where relevant 3 years ago
Tpt b5cb0cce19 Makes Clippy happy 3 years ago
Tpt 4302316a41 Fixes the input type of graph manipulation methods 3 years ago
Tpt 0071f82662 Uses From for term encoding without insertion 3 years ago
Tpt a97250dcce Basic RDF-star support 3 years ago
Tpt 8004fc28c0 Renames NamedOrBlankNode to Subject 3 years ago
Tpt e2bbc29198 Makes encoded term not copy 3 years ago
Tpt e6e83ff369 Makes SPARQL algebra more strict 3 years ago
Tpt aa7a23b94d Makes term encoding not fail if the string is not stored 3 years ago
Tpt 68aab2563c Simplifies string storage traits 3 years ago
Tpt 0efc5b4654 Renames SledStore to Store and cleans up files hierarchy 3 years ago
Tpt a5c49a73b1 Drops old Stotrage traits 3 years ago
Tpt 17a3ae728d Removes generics from SPARQL implementation 3 years ago
Tpt 5ea4f2f95a StrContainer does not need to be mutable 3 years ago
Tpt 4b9b4a01b8 Moves storage related code to a specific file 3 years ago
Tpt fe5bab8eb9 Drops generics on string ids 3 years ago
Tpt 7280823444 Uses StrHash everywhere 3 years ago
Tpt 431ec26536 Enables the "sled" feature by default 3 years ago
Tpt cc43742da1 Makes Clippy 1.51 happy 4 years ago
Tpt 8fdf1b4abe Adds examples (and tests) to SledStore 4 years ago