{"id":13629837,"url":"https://github.com/rescrv/HyperLevelDB","last_synced_at":"2025-04-17T09:36:48.146Z","repository":{"id":8828289,"uuid":"10529222","full_name":"rescrv/HyperLevelDB","owner":"rescrv","description":"A fork of LevelDB intended to meet the needs of HyperDex while remaining compatible with LevelDB.","archived":false,"fork":false,"pushed_at":"2016-02-16T16:51:46.000Z","size":1223,"stargazers_count":458,"open_issues_count":5,"forks_count":77,"subscribers_count":38,"default_branch":"master","last_synced_at":"2024-08-01T22:44:39.270Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rescrv.png","metadata":{"files":{"readme":"README","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":"2013-06-06T15:07:59.000Z","updated_at":"2024-06-17T23:56:12.000Z","dependencies_parsed_at":"2022-09-19T08:02:36.349Z","dependency_job_id":null,"html_url":"https://github.com/rescrv/HyperLevelDB","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rescrv%2FHyperLevelDB","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rescrv%2FHyperLevelDB/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rescrv%2FHyperLevelDB/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rescrv%2FHyperLevelDB/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rescrv","download_url":"https://codeload.github.com/rescrv/HyperLevelDB/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223751574,"owners_count":17196665,"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":"2024-08-01T22:01:21.347Z","updated_at":"2024-11-08T20:32:14.509Z","avatar_url":"https://github.com/rescrv.png","language":"C++","readme":"leveldb: A key-value store\nAuthors: Sanjay Ghemawat (sanjay@google.com) and Jeff Dean (jeff@google.com)\n\nThe code under this directory implements a system for maintaining a\npersistent key/value store.\n\nSee doc/index.html for more explanation.\nSee doc/impl.html for a brief overview of the implementation.\n\nThe public interface is in include/*.h.  Callers should not include or\nrely on the details of any other header files in this package.  Those\ninternal APIs may be changed without warning.\n\nGuide to header files:\n\ninclude/db.h\n    Main interface to the DB: Start here\n\ninclude/options.h\n    Control over the behavior of an entire database, and also\n    control over the behavior of individual reads and writes.\n\ninclude/comparator.h\n    Abstraction for user-specified comparison function.  If you want\n    just bytewise comparison of keys, you can use the default comparator,\n    but clients can write their own comparator implementations if they\n    want custom ordering (e.g. to handle different character\n    encodings, etc.)\n\ninclude/iterator.h\n    Interface for iterating over data. You can get an iterator\n    from a DB object.\n\ninclude/write_batch.h\n    Interface for atomically applying multiple updates to a database.\n\ninclude/slice.h\n    A simple module for maintaining a pointer and a length into some\n    other byte array.\n\ninclude/status.h\n    Status is returned from many of the public interfaces and is used\n    to report success and various kinds of errors.\n\ninclude/env.h\n    Abstraction of the OS environment.  A posix implementation of\n    this interface is in util/env_posix.cc\n\ninclude/table.h\ninclude/table_builder.h\n    Lower-level modules that most clients probably won't use directly\n\nInstall\n=======\n\nGet up and running quickly:\n\n    $ autoreconf -i\n    $ ./configure\n    $ make\n    # make install\n    # ldconfig\n","funding_links":[],"categories":["C++","Stores"],"sub_categories":["[`leveldown-hyper`][leveldown-hyper]"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frescrv%2FHyperLevelDB","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frescrv%2FHyperLevelDB","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frescrv%2FHyperLevelDB/lists"}