Riff

COLLABORATE & SHARE

Quintessential sharing.

Riff is a service that allows you to save user queries and state and share them through convenient short URLs.
Simple
A tiny service for a specific problem.
Flexible
Store arbitrary information about a user’s state.
Collaborative
Sharing is just one click away.
Short URLs
Each Riff can be mapped to by a Short URL which is generated on saving or sharing
Social
Allow users to share urls via link, Facebook, Twitter, or LinkedIn.

Getting Started

1

Install Postgres.

To get started, you'll first need to install a database.
$sudo -u postgres psql

2

Clone the git repo.

$git clone git@github.com:overture-stack/riff.git

3

Set up Riff.

The database schema will be preconfigured as part of the set up!
$mvn spring-boot:run
Save user queries and state and share them through convenient short URLs.
github iconGet Started