GithubHelp home page GithubHelp logo

isabella232 / community-7 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from level/community

0.0 0.0 0.0 34 KB

General discussion, cross-repo efforts and common information for projects in the community.

License: MIT License

JavaScript 100.00%

community-7's Introduction

level-community

General discussion, cross-repo efforts and common information for projects in the community.

level badge Backers on Open Collective Sponsors on Open Collective

What is Level?

Level is a community and a collection of Node.js modules for creating transparent databases. A solid set of primitives enable powerful databases to be built in userland. They can be embedded or networked, persistent or transient - in short, tailored to your needs.

At the core of Level are simple key-value stores that follow the characteristics of LevelDB. LevelDB is a key-value store built by Google, used in Google Chrome and many other products. It supports arbitrary byte arrays as both keys and values, singular reads and writes, batched writes and bi-directional iterators. LevelDB sorts entries lexicographically by keys which, when combined with ranged iterators, makes for a very powerful query mechanism.

To bring those concepts to Node.js and other JavaScript runtimes, Level utilizes idiomatic Node.js interfaces like streams, events and buffers. It offers a rich set of data types through encodings and allows for extensions like subleveldown to split a database into evented sections. Underlying stores can be easily swapped to target a wide range of runtime environments. The most common store is leveldown which is a pure C++ binding to LevelDB. Many alternatives are available such as level-js in the browser or memdown for an in-memory store.

The level module is the recommended way to get started. Visit awesome to discover more modules. See our project board to find out what we're working on. If you need help - technical, philosophical or other - feel free to open an issue in community or a more specific repository.

API

This repository also holds a small amount of metadata on past and present contributors. They can be accessed from code by:

var contributors = require('level-community').contributors
console.log(contributors)

We use this metadata across the board to render CONTRIBUTORS.md files based on git history. If you have contributed to one or more Level repositories in the past but don't see social metadata next to your name, add yourself to contributors.json and send us a PR.

Contributing

Level/community is an OPEN Open Source Project. This means that:

Individuals making significant and valuable contributions are given commit-access to the project to contribute as they see fit. This project is more like an open wiki than a standard guarded open source project.

See the Contribution Guide for more details.

Donate

To sustain Level and its activities, become a backer or sponsor on Open Collective. Your logo or avatar will be displayed on our 28+ GitHub repositories and npm packages. ๐Ÿ’–

Backers

Open Collective backers

Sponsors

Open Collective sponsors

License

MIT ยฉ 2012-present Contributors.

community-7's People

Contributors

artskydj avatar chesles avatar dominictarr avatar greenkeeper[bot] avatar heapwolf avatar huan avatar jcrugzz avatar juliangruber avatar kesla avatar mafintosh avatar maxogden avatar mcollina avatar no9 avatar obastemur avatar pgte avatar ralphtheninja avatar raynos avatar vweevers avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.