Showing 14 open source projects for "leveldb"

View related business solutions
  • Employee monitoring software with screenshots Icon
    Employee monitoring software with screenshots

    Clear visibility and insights into how employees work. Even remotely

    Our computer monitoring software allows employees, field contractors, and freelancers to manually clock in when they begin working on an assignment. The application will take screenshots randomly or at set intervals, which allows employers to observe the work process. The application only tracks activity when the employee is clocked in. No spying, only transparency.
  • JobNimbus Construction Software Icon
    JobNimbus Construction Software

    For Roofers, Remodelers, Contractors, Home Service Industry

    Track leads, jobs, and tasks from one easy to use software. You can access your information wherever you are, get everyone on the same page, and grow your business.
  • 1
    LevelDB

    LevelDB

    A fast key-value storage library

    LevelDB is a library of persistent key values. Written at Google, it contains keys and values that are arbitrary byte arrays, ordered within the key value store according to a user-specified comparator function. LevelDB is not an SQL database and does not support SQL queries or indexes. It simply provides an ordered mapping from string keys to string values. Data is stored already sorted by key, though callers can override the sort order through a custom comparison function. It supports...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 2
    UStore

    UStore

    Multi-Modal Database replacing MongoDB, Neo4J, and Elastic

    Multi-Modal Database replacing MongoDB, Neo4J, and Elastic with 1 faster ACID solution, with NetworkX and Pandas interfaces, and bindings for C 99, C++ 17, Python 3, Java, GoLang.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    gokv

    gokv

    Simple key-value store abstraction and implementations for Go

    Simple key-value store abstraction and implementations for Go. Redis, Consul, etcd, bbolt, BadgerDB, LevelDB, Memcached, DynamoDB, S3, PostgreSQL, MongoDB, CockroachDB, and many more. There are detailed descriptions of the methods in the docs and in the code. You should read them if you plan to write your own gokv.Store implementation or if you create a Go package with a method that takes a gokv.Store as a parameter, so you know exactly what happens in the background.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    miteiru

    miteiru

    The best video player to learn Japanese vocabulary and kanji

    Downloads: 0 This Week
    Last Update:
    See Project
  • Omnichannel contact center platform for enterprises. Icon
    Omnichannel contact center platform for enterprises.

    For Call centers or BPOs with a very high volume of calls

    Deliver a personalized customer experience with every interaction, across every channel, with uContact, net2phone’s cloud contact center solution.
  • 5
    levelup

    levelup

    A wrapper for abstract-leveldown compliant stores, for Node.js

    Fast and simple storage. A Node.js wrapper for abstract-leveldown compliant stores, which follow the characteristics of LevelDB. LevelDB is a simple key-value store built by Google. It's used in Google Chrome and many other products. LevelDB supports arbitrary byte arrays as both keys and values, singular get, put and delete operations, batched put and delete, bi-directional iterators and simple compression using the very fast Snappy algorithm. LevelDB stores entries sorted lexicographically...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    SSDB

    SSDB

    A fast NoSQL database, an alternative to Redis

    SSDB is a high performace key-value(key-string, key-zset, key-hashmap) NoSQL database, an alternative to Redis. SSDB is stable, production-ready and is widely used by many Internet companies including QIHU 360. LevelDB client-server support, written in C/C++. Designed to store collection data. Persistent key-value, key-zset, key-map('hashmap'), key-list storage. Redis clients are supported. Client API supports including C++, PHP, Python, Cpy, Java, nodejs, Ruby, Go(see all). Persistent queue...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    MFS JavaScript Implementation

    MFS JavaScript Implementation

    JavaScript implementation of the IPFS Mutable File System

    JavaScript implementation of the IPFS Mutable File System. The code published to npm that gets loaded on requires is an ES5 transpiled version with the right shims added. This means that you can require it and use with your favorite bundler without having to adjust the asset management process. The mfs works by storing a reference to the root node's CID in LevelDB. LevelDB does not support concurrent access so there are read/write locks around bits of the code that modify the the root node's...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    plyvel-windows-wheel

    Required dependency for running electrumx on windows

    The pip installer fails on windows because there is no available wheel - It cannot find the required C/C++ libraries. So I have compiled the latest C++ leveldb from master (via visual studio 2017) as of 25th April 2020 and created this wheel with cython for distribution. This is an unofficial release - I am in no way affiliated with the creators of plyvel. Use at your own risk!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    UnQLite

    UnQLite

    An Embedded NoSQL, Transactional Database Engine

    UnQLite is an in-process software library that implements a self-contained, serverless, zero-configuration, transactional NoSQL database engine. UnQLite is a document store database similar to MongoDB, Redis, CouchDB, etc. as well as a standard Key/Value store similar to BerkeleyDB, LevelDB, etc. UnQLite is an embedded NoSQL (Key/Value store and Document-store) database engine. Unlike most other NoSQL databases, UnQLite does not have a separate server process. UnQLite reads and writes directly...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Contract Automation Made Easy Icon
    Contract Automation Made Easy

    Use Docubee to easily gather data, generate contracts, share them your way, and collect secure eSignatures

    Docubee is an intelligent contract automation platform that allows you to quickly and painlessly generate, manage, share, and sign contracts. Featuring powerful conditional logic-based workflows, generative AI technology, and an easily adaptable interface, Docubee makes it easy to automate your most complex contracts and agreements.
  • 10
    goleveldb

    goleveldb

    LevelDB key/value database in Go

    This is an implementation of the LevelDB key/value database in the Go programming language. Package leveldb provides an implementation of LevelDB key/value database. OpenFile opens or creates a DB for the given path. The DB will be created if not exist, unless ErrorIfMissing is true. Also, if ErrorIfExist is true and the DB exist OpenFile will returns os.ErrExist error. OpenFile uses standard file-system backed storage implementation as described in the leveldb/storage package. OpenFile...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    FastoNoSQL

    FastoNoSQL

    FastoNoSQL it is GUI platform for NoSQL databases.

    Gui managment admin tool for: Redis Memcached SSDB LevelDB RocksDB UnQLite LMDB UpscaleDB ForestDB
    Downloads: 5 This Week
    Last Update:
    See Project
  • 12
    Ardb

    Ardb

    A redis protocol compatible nosql, it support multiple storage engines

    A redis protocol compatible nosql, it supports multiple storage engines as backend like Google's LevelDB, Facebook's RocksDB, OpenLDAP's LMDB, PerconaFT, WiredTiger, ForestDB. Full redis-protocol compatibility. Most redis commands are supported, and a few new commands. Ardb commands VS Redis Commands. Multi storage engines supported. RocksDB, LevelDB, LMDB, WiredTiger, PerconaFT, ForestDB. Multi data structure types supported, String, List, Set, Sorted Set, Hash, Bitmap(String), HyperLogLog...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13

    kvtstore

    Key Time Value store

    KVTStore is a java library that provides easy access to a backing key value store and utlities such as json serialization and indexing and searching on time. Currently the only backing database that is supported is Riak, with a storage backend that supports secondary indicies, such as LevelDB.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    LevelDbOneTab

    Export data from Chrome or Vivaldi extension OneTab

    Export data from Chrome or Vivaldi extension OneTab - https://chrome.google.com/webstore/detail/onetab/chphlpgkkbolifaimnlloiipkdnihall?hl=uk This utilities extract data from leveldb database and store to json files, make zip file with date and time stamp. I write it on C# with C++ dll.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next