All Projects → shunfei → Indexr

shunfei / Indexr

Licence: apache-2.0
An open-source columnar data format designed for fast & realtime analytic with big data.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Indexr

Zeronet
ZeroNet - Decentralized websites using Bitcoin crypto and BitTorrent network
Stars: ✭ 17,227 (+3878.52%)
Mutual labels:  realtime
Spikenail
A GraphQL Framework for Node.js
Stars: ✭ 358 (-17.32%)
Mutual labels:  realtime
Touchdesigner shared
TouchDesigner toxes and small projects
Stars: ✭ 385 (-11.09%)
Mutual labels:  realtime
Telepat Api
This is the Telepat API where HTTP calls are made. CRUD operations are not processed here directly. Messages are sent to the Telepat workers where CRUD operations are being taken care of along with client communication (notifications).
Stars: ✭ 335 (-22.63%)
Mutual labels:  realtime
Eureca.io
eureca.io : a nodejs bidirectional RPC that can use WebSocket, WebRTC or XHR fallback as transport layers
Stars: ✭ 341 (-21.25%)
Mutual labels:  realtime
Socketstream
A framework for Realtime Web Apps
Stars: ✭ 3,567 (+723.79%)
Mutual labels:  realtime
Sapphiredb
SapphireDb Server, a self-hosted, easy to use realtime database for Asp.Net Core and EF Core
Stars: ✭ 326 (-24.71%)
Mutual labels:  realtime
Cubesviewer
Explore and visualize analytical datasets
Stars: ✭ 416 (-3.93%)
Mutual labels:  olap
Aws Appsync Community
The AWS AppSync community
Stars: ✭ 356 (-17.78%)
Mutual labels:  realtime
Shufflenet
ShuffleNet Implementation in TensorFlow
Stars: ✭ 378 (-12.7%)
Mutual labels:  realtime
Aws Mobile Appsync Events Starter React
GraphQL starter application with Realtime and Offline functionality using AWS AppSync
Stars: ✭ 337 (-22.17%)
Mutual labels:  realtime
Syphon Framework
Syphon is a Mac OS X technology to allow applications to share video and still images with one another in realtime, instantly.
Stars: ✭ 341 (-21.25%)
Mutual labels:  realtime
Yolact
A simple, fully convolutional model for real-time instance segmentation.
Stars: ✭ 4,057 (+836.95%)
Mutual labels:  realtime
Poseflow
PoseFlow: Efficient Online Pose Tracking (BMVC'18)
Stars: ✭ 330 (-23.79%)
Mutual labels:  realtime
Tf Pose Estimation
Deep Pose Estimation implemented using Tensorflow with Custom Architectures for fast inference.
Stars: ✭ 3,856 (+790.53%)
Mutual labels:  realtime
Datafuse
Datafuse is a free Cloud-Native Analytics DBMS(Inspired by ClickHouse) implemented in Rust
Stars: ✭ 327 (-24.48%)
Mutual labels:  olap
Realtime Server
A realtime dedicated game server ( FPS / MOBA ). 一个实时的专用游戏服务器.
Stars: ✭ 358 (-17.32%)
Mutual labels:  realtime
Mobilepose Pytorch
Light-weight Single Person Pose Estimator
Stars: ✭ 427 (-1.39%)
Mutual labels:  realtime
Ntopng
Web-based Traffic and Security Network Traffic Monitoring
Stars: ✭ 4,313 (+896.07%)
Mutual labels:  realtime
Mirrorbits
Mirrorbits is a geographical download redirector written in Go for distributing files efficiently across a set of mirrors.
Stars: ✭ 365 (-15.7%)
Mutual labels:  realtime

IndexR

IndexR Logo

IndexR is a super fast columnar data format on HDFS, which focus on fast analytic, both for massive static(historical) data and rapidly ingesting realtime data. IndexR is designed for OLAP. IndexR is greatly suitable for building data warehouse based on Hadoop ecosystem.

  • Super fast, 2~4x read speed of Parquet.
  • 3 levels indices supported. Say goodbye to full scan.
  • Support realtime ingestion. No more wait, analyse anything right after they happen.
  • Hardware efficiency, anyone can use.
  • Features like realtime and offline pre-aggregation, online schema update, 100% accurate, etc.
  • Deep integration with Hadoop ecosystem. Adapted with popular query engines like Apache Drill, Apache Hive, etc.

Getting started

Documentation

https://github.com/shunfei/indexr/wiki

Useful Links

Please feel free to file any issues.

Contact

  • WeChat: xilyflow
  • QQ Group: 606666586 (IndexR讨论组)

License

Copyright 2016 Sunteng Tech.

Licensed under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations under
the License.
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].