Skip to content
forked from pravega/pravega

Pravega - Streaming as a new software defined storage primitive

License

Notifications You must be signed in to change notification settings

vijikarthi/pravega

This branch is 1070 commits behind pravega/pravega:master.

Folders and files

NameName
Last commit message
Last commit date
Aug 1, 2018
Mar 28, 2019
Apr 8, 2019
Apr 12, 2019
Apr 12, 2019
Apr 17, 2019
Apr 16, 2019
Mar 7, 2019
Nov 23, 2017
Apr 5, 2019
Apr 12, 2019
Jan 23, 2019
Apr 17, 2019
Apr 18, 2019
Mar 13, 2019
Apr 16, 2019
Mar 1, 2018
Feb 9, 2017
Sep 7, 2018
Feb 20, 2019
Oct 24, 2017
Apr 8, 2019
Jul 11, 2016
Apr 8, 2019
Mar 7, 2019
Jan 28, 2019
Apr 24, 2018
Mar 29, 2019
Apr 17, 2019
May 10, 2017
May 10, 2017
Nov 30, 2018
Jan 21, 2019

Repository files navigation

Pravega Build Status codecov License Version

Pravega is an open source distributed storage service implementing Streams. It offers Stream as the main primitive for the foundation of reliable storage systems: a high-performance, durable, elastic, and unlimited append-only byte stream with strict ordering and consistency.

To learn more about Pravega, visit http://pravega.io

Prerequisites

  • Java 8+

Building Pravega

Checkout the source code:

git clone https://github.com/pravega/pravega.git
cd pravega

Build the pravega distribution:

./gradlew distribution

Install pravega jar files into the local maven repository. This is handy for running the pravega-samples locally against a custom version of pravega.

./gradlew install

Running unit tests:

./gradlew test

Setting up your IDE

Pravega uses Project Lombok so you should ensure you have your IDE setup with the required plugins. Using IntelliJ is recommended.

To import the source into IntelliJ:

  1. Import the project directory into IntelliJ IDE. It will automatically detect the gradle project and import things correctly.
  2. Enable Annotation Processing by going to Build, Execution, Deployment -> Compiler > Annotation Processors and checking 'Enable annotation processing'.
  3. Install the Lombok Plugin. This can be found in Preferences -> Plugins. Restart your IDE.
  4. Pravega should now compile properly.

For eclipse, you can generate eclipse project files by running ./gradlew eclipse.

Releases

The latest pravega releases can be found on the Github Release project page.

Quick Start

Read Getting Started page for more information, and also visit sample-apps repo for more applications.

Running Pravega

Pravega can be installed locally or in a distributed environment. The installation and deployment of pravega is covered in the Running Pravega guide.

Support

Don’t hesitate to ask! Contact the developers and community on the mailing lists or on slack if you need any help. Open an issue if you found a bug on Github Issues.

Documentation

The Pravega documentation of is hosted on the website: http://pravega.io/docs/latest or in the documentation directory of the source code.

Contributing

Become one of the contributors! We thrive to build a welcoming and open community for anyone who wants to use the system or contribute to it. Here we describe how to contribute to Pravega! You can see the roadmap document here.

About

Pravega is 100% open source and community-driven. All components are available under Apache 2 License on GitHub.

About

Pravega - Streaming as a new software defined storage primitive

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.6%
  • Other 0.4%