All Projects → Level → Community

Level / Community

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

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Community

Symphony
🎶 一款用 Java 实现的现代化社区(论坛/BBS/社交网络/博客)平台。
Stars: ✭ 13,080 (+54400%)
Mutual labels:  community, discussion
NanoSoft
A forum system built using plain php dedicated for C#.NET Developers
Stars: ✭ 20 (-16.67%)
Mutual labels:  community, help
Valorize Vidas
Sistema de prevenção ao suicídio
Stars: ✭ 214 (+791.67%)
Mutual labels:  community, social
Starfire
🌟 一个分布式的内容分享讨论社区,星星之火可以燎原。
Stars: ✭ 130 (+441.67%)
Mutual labels:  community, discussion
dillo
Free and open web platform created to support crowd-driven content.
Stars: ✭ 62 (+158.33%)
Mutual labels:  community, discussion
Join opengenus
Welcome to the OpenGenus Community ! 🉑 Do join our Internship program: https://discourse.opengenus.org/t/internship-guidelines-at-opengenus/2335/ 🚶‍♀️ .
Stars: ✭ 159 (+562.5%)
Mutual labels:  community, help
OpenSourceHelpCommunity.github.io
Open source help community website
Stars: ✭ 43 (+79.17%)
Mutual labels:  community, help
Voten
The code that powers voten.co
Stars: ✭ 1,215 (+4962.5%)
Mutual labels:  community, social
CommitCombo
깃허브 커밋 기록을 아름답게 꾸미는 프로젝트 ⭐
Stars: ✭ 31 (+29.17%)
Mutual labels:  metadata, project
pH4Social
📣 Social Networking Software built with Laravel PHP framework and Bootstrap.
Stars: ✭ 27 (+12.5%)
Mutual labels:  social, community
Elkarte
ElkArte Forum. A free, open source, PHP-based discussion forum.
Stars: ✭ 128 (+433.33%)
Mutual labels:  community, discussion
Forem
For empowering community 🌱
Stars: ✭ 18,400 (+76566.67%)
Mutual labels:  community, discussion
Open social
Open Social install profile Drupal 8
Stars: ✭ 128 (+433.33%)
Mutual labels:  community, social
Yii2 Podium
Yii 2 forum module project
Stars: ✭ 172 (+616.67%)
Mutual labels:  community, discussion
Community
一个仿照牛客网实现的讨论社区,不仅实现了基本的注册,登录,发帖,评论,点赞,回复功能,同时使用前缀树实现敏感词过滤,使用wkhtmltopdf生成长图和pdf,实现网站UV和DAU统计,并将用户头像等信息存于七牛云服务器。
Stars: ✭ 80 (+233.33%)
Mutual labels:  community, project
Icms2
Official Repository for InstantCMS 2.x
Stars: ✭ 215 (+795.83%)
Mutual labels:  community, social
Onehouraday
Community that expose social projects and people can spend one hour to help a social cause
Stars: ✭ 44 (+83.33%)
Mutual labels:  community, social
Mod.land
📦 Pretty subdomains for you deno project
Stars: ✭ 48 (+100%)
Mutual labels:  community, project
exorium
esquire, a multifunctional bot to fit your needs.
Stars: ✭ 15 (-37.5%)
Mutual labels:  social, community
Karrot Frontend
Web application for organization of foodsaving groups worldwide - frontend code and central location for feature planning. For server-side code, go to https://github.com/yunity/karrot-backend
Stars: ✭ 256 (+966.67%)
Mutual labels:  community, social

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].