An open source indexing subsystem that brings index-based query acceleration to Apache Spark™ and big data workloads.
Перейти к файлу
Apoorve Dave 2923e77408
add distinct on file ids
Co-authored-by: EJ Song <51077614+sezruby@users.noreply.github.com>
2021-03-26 17:39:42 -07:00
.github Use Issues for Writing Design Proposals & Move Away from Design Proposal PRs (#340) 2021-01-28 16:16:20 -08:00
build sbt script that downloads the sbt jar automatically (#15) 2020-06-22 09:57:52 -07:00
dev initial source commit 2020-06-15 10:33:04 -07:00
docs Update user documentation for quick refresh (#348) 2021-02-02 09:32:37 -08:00
examples Update version info in docs, etc. after releasing 0.2.0 (#114) 2020-08-05 17:07:36 -07:00
notebooks Update user documentation for Hybrid Scan threshold configs (#339) 2021-01-29 09:48:59 -08:00
project Add a sbt-buildinfo plugin to generate BuildInfo object (#364) 2021-02-22 22:04:50 -08:00
python Fix azure-pipelines.yml to use ubuntu-18.04 (#371) 2021-03-02 19:20:13 -08:00
script Python bindings for Hyperspace (#36) 2020-08-05 11:33:02 -07:00
src add distinct on file ids 2021-03-26 17:39:42 -07:00
.gitignore initial source commit 2020-06-15 10:33:04 -07:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-05-07 11:16:42 -07:00
CONTRIBUTING.md Use Issues for Writing Design Proposals & Move Away from Design Proposal PRs (#340) 2021-01-28 16:16:20 -08:00
LICENSE Update LICENSE. 2020-06-15 11:16:40 -07:00
NOTICE.txt Add NOTICE.txt 2020-06-15 11:50:52 -07:00
README.md Adding badges for build/javadoc to README.md (#68) 2020-06-24 12:10:33 -07:00
ROADMAP.md Updates to Readme and Roadmap (#48) 2020-06-24 10:04:48 -07:00
SECURITY.md Initial SECURITY.md commit 2020-05-07 11:16:46 -07:00
azure-pipelines.yml Fix azure-pipelines.yml to use ubuntu-18.04 (#371) 2021-03-02 19:20:13 -08:00
build.sbt Add a sbt-buildinfo plugin to generate BuildInfo object (#364) 2021-02-22 22:04:50 -08:00
run-tests.py Fix azure-pipelines.yml to use ubuntu-18.04 (#371) 2021-03-02 19:20:13 -08:00
scalastyle-config.xml Introduce scalastyle check derived from Apache Spark (#13) 2020-06-19 15:58:18 -07:00
version.sbt Setting version to 0.5.0-SNAPSHOT 2021-01-29 09:41:44 -08:00

README.md

Icon

Hyperspace

An open source indexing subsystem that brings index-based query acceleration to Apache Spark™ and big data workloads.

aka.ms/hyperspace

Build Status javadoc

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

Please review our contribution guide.

Inspiration and Special Thanks

This project would not have been possible without the outstanding work from the following communities:

  • Apache Spark: Unified Analytics Engine for Big Data, the engine that Hyperspace builds on top of.
  • Delta Lake: Delta Lake is an open-source storage layer that brings ACID transactions to Apache Spark™ and big data workloads. Hyperspace derives quite a bit of inspiration from the way the Delta Lake community operates and pioneering of some surrounding ideas in the context of data lakes (e.g., their novel use of optimistic concurrency).
  • Databricks: Unified analytics platform. Many thanks to all the inspiration they have provided us.
  • .NET for Apache Spark™: Hyperspace offers .NET bindings for developers, thanks to the efforts of this team in collaborating and releasing the bindings just-in-time.
  • Minimal Mistakes: The awesome theme behind Hyperspace documentation.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

License

Apache License 2.0, see LICENSE.