Skip to content

Commit

Permalink
Dev ts 3.0.0 (#147)
Browse files Browse the repository at this point in the history
* Update for 3.0.9 Docs version (#127)

* Removed 'fake.txt' (#113)

Done to a) remove fake.txt, and b) to reset dev to master.

* Pretty OS version names and configurable Contact Us (#114)

* Pretty OS version names taken from `data/os_metadata.yaml`
* Configurable Contact Us URI in `config.yaml`
* Removed `fake.txt` used for the HEAD reset in master

* More pretty names and file store link on Downloads (#115)

* Updated file download data

* More pretty names for OS versions

* Show a configurable download root on Downloads

* Initial 3.0.9 doc creation

Initial 3.0.9 doc creation

* Update Release notes for 3.0.9

Update Release notes for 3.0.9

* Update References and config.yaml for 3.0.9

Update References and config.yaml for 3.0.9, including the addition of the new default configuration for "worker_pool_size"

* Fixes issues with riak-admin being used instead of riak admin

Fixes issues with riak-admin being used instead of riak admin in versions 3.0.3 +

Co-authored-by: Peter Clark <peter.clark@tiot.jp>
Co-authored-by: Andrei Zavada <andrei.zavada@tiot.jp>

* Initial TS 3.0.0

* Update config.yaml with TS 3.0.0

* Updated metadata

Co-authored-by: James M <35449344+JMercerGit@users.noreply.github.com>
Co-authored-by: Andrei Zavada <andrei.zavada@tiot.jp>
  • Loading branch information
3 people committed Nov 29, 2022
1 parent 17c27ce commit 8734818
Show file tree
Hide file tree
Showing 83 changed files with 12,076 additions and 4 deletions.
7 changes: 4 additions & 3 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,10 @@ params:
- ["1.3.0", "1.3.1"]
- ["1.4.0"]
- ["1.5.0", "1.5.1", "1.5.2"]
latest: "1.5.2"
lts: ["1.5"]
archive_below: "1.3"
- ["3.0.0"]
latest: "3.0.0"
lts: ["1.5","3.0"]
archive_below: "1.5"
dataplatform:
project_name: "DataPlatform"
path: "/dataplatform"
Expand Down
19 changes: 19 additions & 0 deletions content/riak/ts/3.0.0/add-ons.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: "Add-ons"
description: "Add-on technology for Riak TS"
project: "riak_ts"
project_version: "3.0.0"
menu:
riak_ts-3.0.0:
name: "Add-ons"
identifier: "addons"
weight: 450
pre: tools
toc: true
aliases:

---

Here at Basho, we've developed integrations between Riak TS and other best-of-breed components in your application stack. Each integration, called an add-on, is explained in this section, from installation to feature-set.

* [Spark-Riak Connector](spark-riak-connector)
58 changes: 58 additions & 0 deletions content/riak/ts/3.0.0/add-ons/redis.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
---
title: "Riak Redis Add-on"
description: "Redis Add-on for Riak TS"
project: "riak_ts"
project_version: "3.0.0"
menu:
riak_ts-3.0.0:
name: "Redis Add-on"
identifier: "addons_redis"
weight: 102
parent: "addons"
toc: true
commercial_offering: true
aliases:

---


[addon redis develop]: ./developing-rra/
[addon redis features]: ./redis-add-on-features/
[addon redis setup]: ./set-up-rra/
[addon redis use]: ./get-started-with-rra/
[ee]: http://basho.com/contact/


Riak Redis Add-on (RRA) is a distributed cache service that joins the power of Redis caching with the eventual consistency guarantees of Riak TS.

RRA enables you to reduce latency for Riak TS reads through the use of a distributed cache layer. This type of caching is most effective for keys that are immutable or have an infrequent change rate.

Whether you are looking to build out a session, shopping cart, advertisement or other dynamically-rendered copy, RRA helps reduce read pressure on your persistent store (Riak TS).

## Compatibility

RRA is supported on the following platforms:

* RHEL/CentOS 6
* RHEL/CentOS 7
* Ubuntu 12.04 LTS "Precise Pangolin"
* Ubuntu 14.04 LTS "Trusty Tahr"
* Debian 7 "Wheezy"
* Debian 8 "Jessie"

RRA is compatible with the following services:

* Riak KV Enterprise (2.2.0+)
* Riak TS Enterprise (1.4.0+)
* Redis 2.x and 3.x (in 3.x, not supporting Redis Cluster)
* Redis Cluster and RRA's consistent hash are at odds, which surface as errors
such as MOVED, ASK, and CROSSSLOT messages from Redis, see (WIP):
https://github.com/antirez/redis-rb-cluster

## Get Started

* [Set up RRA.][addon redis setup]
* [Use RRA with various clients.][addon redis use]
* [Develop with RRA.][addon redis develop]
* [Learn about RRA's features.][addon redis features]

Loading

0 comments on commit 8734818

Please sign in to comment.