All Projects → pilosa → Pilosa

pilosa / Pilosa

Licence: apache-2.0
Pilosa is an open source, distributed bitmap index that dramatically accelerates queries across multiple, massive data sets.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Pilosa

Parquet Index
Spark SQL index for Parquet tables
Stars: ✭ 109 (-95.1%)
Mutual labels:  index
Basalt
高性能的分布式的专门空间优化的 Bitmap 服务, 高效检查数据是否存在,日活统计,签到,打点等等
Stars: ✭ 128 (-94.24%)
Mutual labels:  bitmap
Scaladex
The Scala Package Index
Stars: ✭ 152 (-93.17%)
Mutual labels:  index
Dfi
Peer-to-peer torrent indexing
Stars: ✭ 118 (-94.69%)
Mutual labels:  index
Lucenenet
Apache Lucene.NET
Stars: ✭ 1,704 (-23.38%)
Mutual labels:  index
Kluban
Lifecycle + Kotlin 协程 + flow + LiveData + Glide 识别和内存优化 + Luban采样算法 = KLuban图片压缩
Stars: ✭ 144 (-93.53%)
Mutual labels:  bitmap
Node Sonic Channel
🦉 Sonic Channel integration for Node. Used in pair with Sonic, the fast, lightweight and schema-less search backend.
Stars: ✭ 101 (-95.46%)
Mutual labels:  index
Unnpk
解包网易游戏NeoX引擎NPK文件,如阴阳师、魔法禁书目录。
Stars: ✭ 171 (-92.31%)
Mutual labels:  index
Bitmap
C++ Bitmap Library
Stars: ✭ 125 (-94.38%)
Mutual labels:  bitmap
Vuex Search
Vuex binding for client-side search with indexers and Web Workers 📗🔍
Stars: ✭ 147 (-93.39%)
Mutual labels:  index
Guidepages
引导页/首次安装引导页/渐变引导页/APP介绍页/功能介绍页
Stars: ✭ 119 (-94.65%)
Mutual labels:  index
Lora Serialization
LoraWAN serialization/deserialization library for The Things Network
Stars: ✭ 120 (-94.6%)
Mutual labels:  bitmap
Easyrs
Convenience RenderScript tools for processing common Android formats such as Bitmap and NV21.
Stars: ✭ 144 (-93.53%)
Mutual labels:  bitmap
Graver
Graver 是一款高效的 UI 渲染框架,它以更低的资源消耗来构建十分流畅的 UI 界面。Graver 独创性的采用了基于绘制的视觉元素分解方式来构建界面,得益于此,该框架能让 UI 渲染过程变得更加简单、灵活。https://cocoapods.org/pods/Graver
Stars: ✭ 1,482 (-33.36%)
Mutual labels:  bitmap
Ezfilter
A lightweight (<180KB), easy-to-extend Android filter and dynamic sticker framework for adding filters and stickers for camera, video, bitmap and view.(一个轻量级(<180KB)、易扩展的Android滤镜和动态贴纸框架,支持摄像头、视频、图片和视图添加滤镜和贴纸。)
Stars: ✭ 155 (-93.03%)
Mutual labels:  bitmap
Drawablecolorchange
Android Library to dynamically change color of drawable.
Stars: ✭ 101 (-95.46%)
Mutual labels:  bitmap
Sonic
🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM.
Stars: ✭ 12,347 (+455.17%)
Mutual labels:  index
Signatureview
SignatureView is an open source Android library which allow developers to produce pen and paper like effect for creating signatures on Android
Stars: ✭ 185 (-91.68%)
Mutual labels:  bitmap
Xianglong
资产配置方案
Stars: ✭ 158 (-92.9%)
Mutual labels:  index
Android Close Pixelate
Android port of https://github.com/desandro/close-pixelate
Stars: ✭ 146 (-93.44%)
Mutual labels:  bitmap

CircleCI GoDoc Go Report Card license CLA Assistant GitHub release

An open source, distributed bitmap index.

Want to contribute? One of the easiest ways is to tell us how you're using (or want to use) Pilosa. We learn from every discussion!

Docs

See our Documentation for information about installing and working with Pilosa.

Getting Started

  1. Install Pilosa.

  2. Start Pilosa with the default configuration:

    pilosa server

    and verify that it's running:

    curl localhost:10101/nodes
  3. Follow along with the Sample Project to get a better understanding of Pilosa's capabilities.

Data Model

Check out how the Pilosa Data Model works.

Query Language

You can interact with Pilosa directly in the console using the Pilosa Query Language (PQL).

Client Libraries

There are supported libraries for the following languages:

Licenses

The core Pilosa code base and all default builds (referred to as Pilosa Community Edition) are licensed completely under the Apache License, Version 2.0. If you build Pilosa with the enterprise build tag (Pilosa Enterprise Edition), then that build will include features licensed under the GNU Affero General Public License (AGPL). Enterprise code is located entirely in the github.com/pilosa/pilosa/enterprise directory. See github.com/pilosa/pilosa/NOTICE and github.com/pilosa/pilosa/LICENSE for more information about Pilosa licenses.

Get Support

There are several channels available for you to reach out to us for support. The Slack channel (#pilosa in the Golang team) is the most active.

Contributing

Pilosa is an open source project. Please see our Contributing Guide for information about how to get involved.

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].