All Projects → xskipper-io → xskipper

xskipper-io / xskipper

Licence: Apache-2.0 license
An Extensible Data Skipping Framework

Programming Languages

scala
5932 projects
python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to xskipper

kmer-db
Kmer-db is a fast and memory-efficient tool for large-scale k-mer analyses (indexing, querying, estimating evolutionary relationships, etc.).
Stars: ✭ 68 (+94.29%)
Mutual labels:  indexing
sfsdb
Simple yet extensible database you already know how to use
Stars: ✭ 36 (+2.86%)
Mutual labels:  indexing
yii2-elasticsearch
Elasticsearch client based on official Elasticsearch PHP library
Stars: ✭ 14 (-60%)
Mutual labels:  indexing
http-server-pwa
👾 http-server alike but for serving and rendering PWA: pwa-server
Stars: ✭ 14 (-60%)
Mutual labels:  indexing
fcgi-function
A cross-platform module to writing C/C++ service for nginx.
Stars: ✭ 33 (-5.71%)
Mutual labels:  indexing
octopus
CD/DVD/HD/SD Indexer. Creates indexes of your floppies, CD/DVD disks, hard/external/network disks, pendrives and other removables media.
Stars: ✭ 19 (-45.71%)
Mutual labels:  indexing
Hyperspace
An open source indexing subsystem that brings index-based query acceleration to Apache Spark™ and big data workloads.
Stars: ✭ 246 (+602.86%)
Mutual labels:  indexing
ethereum-transaction-indexer
🗂Simple indexer service for Ethereum blockchains
Stars: ✭ 17 (-51.43%)
Mutual labels:  indexing
shortcut
Rust crate providing an indexed, queryable column-based storage system
Stars: ✭ 28 (-20%)
Mutual labels:  indexing
pg-search-sequelize
Postgres full-text search in Node.js and Sequelize.
Stars: ✭ 31 (-11.43%)
Mutual labels:  indexing
gdrive-index
An index server for Google Drive
Stars: ✭ 107 (+205.71%)
Mutual labels:  indexing
quranize
transform transliteration to Quran text
Stars: ✭ 13 (-62.86%)
Mutual labels:  indexing
worker
⚒ Web crawler that analyzes and dissects subtitles into database entries
Stars: ✭ 16 (-54.29%)
Mutual labels:  indexing
secondary
Redis Secondary Indexing Module, been suspended see: https://github.com/RediSearch/RediSearch/
Stars: ✭ 33 (-5.71%)
Mutual labels:  indexing
recommendation-retrieval
A tutorial on scalable retrieval of matrix factorization recommendations
Stars: ✭ 27 (-22.86%)
Mutual labels:  indexing
Foundatio.Repositories
Generic repositories
Stars: ✭ 74 (+111.43%)
Mutual labels:  indexing
search it
Umfangreiche Volltextsuche für REDAXO 5 CMS. Durchsucht Artikel, Medien, Dateien, PDF-Inhalte und Datenbank-Einträge.
Stars: ✭ 60 (+71.43%)
Mutual labels:  indexing
dbaTDPMon
dbaTDPMon - Troubleshoot Database Performance and Monitoring
Stars: ✭ 20 (-42.86%)
Mutual labels:  indexing
StarWarsArrays.jl
Arrays indexed as the order of Star Wars movies
Stars: ✭ 93 (+165.71%)
Mutual labels:  indexing
podium
Searches your files faster and smarter
Stars: ✭ 25 (-28.57%)
Mutual labels:  indexing

Xskipper

Build Status

Xskipper is an Extensible Data Skipping Framework for Apache Spark.

To get started, see the Quick Start Guide .

See Xskipper site for more info.

Run as a project

To build a project using the Xskipper binaries from the Maven Central Repository, use the following Maven coordinates:

Maven

Include Xskipper in a Maven project by adding it as a dependency in the project's POM file. Xskipper should be compiled with Scala 2.12.

<dependency>
  <groupId>io.xskipper</groupId>
  <artifactId>xskipper-core_2.12</artifactId>
  <version>1.3.0</version>
</dependency>

SBT

Include Xskipper in an SBT project by adding the following line to its build.sbt file:

libraryDependencies += "io.xskipper" %% "xskipper-core" % "1.3.0"

Building

Xskipper is compiled using SBT.

To compile, run

build/sbt compile

To generate artifacts, run

build/sbt package

To execute tests, run

build/sbt test

Refer to SBT docs for more commands.

Collaboration

Xskipper tracks issues in GitHub and prefers to receive contributions as pull requests.

Compatibility

Xskipper is compatible with Spark according to the following table:

Xskipper version Spark Version
1.3.x 3.2.x
1.2.x 3.0.x
1.1.x 2.4.x
1.0.x 2.3.x

See Also

License

Apache License 2.0, see LICENSE.

Acknowledgements

This software has been developed under the BigDataStack project, as part of the holistic solution for big data applications and operations. BigDataStack has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 779747.

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