Skip to content

Commit

Permalink
docs: Formatted README
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Ruaux committed May 26, 2023
1 parent 1acd3b9 commit 7a9d34c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,31 @@
:project-version: 2.19.0
:project-title: RIOT

++++
<p align="center">
<img alt="RIOT" src="riot.svg">
image::src/media/riot.png[RIOT]

<p align="center">
Get data in and out of Redis with Redis Input/Output Tools (RIOT)
</p>
</p>
++++
---

'''

image:https://github.com/{project-owner}/{project-name}/actions/workflows/early-access.yml/badge.svg["Build Status", link="https://github.com/{project-owner}/{project-name}/actions/workflows/early-access.yml"]
image:https://img.shields.io/github/release/{project-owner}/{project-name}.svg["Latest", link="https://github.com/{project-owner}/{project-name}/releases/latest"]
image:https://codecov.io/gh/{project-owner}/{project-name}/branch/master/graph/badge.svg?token=LDK7BAJLJI["Coverage", link="https://codecov.io/gh/{project-owner}/{project-name}"]
Get data in and out of Redis with Redis Input/Output Tools ({project-title})

{project-title} is a series of command-line utilities designed to help you get data in and out of Redis.

It supports many different sources and targets:

* Relational databases
* Files: CSV, JSON, XML
* Data generators: Redis data structures, Faker
* Files (CSV, JSON, XML)
* Data generators (Redis data structures, Faker)
* and Redis itself with live and/or snapshot replication.

== Badges

image:https://github.com/{project-owner}/{project-name}/actions/workflows/early-access.yml/badge.svg["Build Status", link="https://github.com/{project-owner}/{project-name}/actions/workflows/early-access.yml"]
image:https://img.shields.io/github/release/{project-owner}/{project-name}.svg["Latest", link="https://github.com/{project-owner}/{project-name}/releases/latest"]
image:https://codecov.io/gh/{project-owner}/{project-name}/branch/master/graph/badge.svg?token=LDK7BAJLJI["Coverage", link="https://codecov.io/gh/{project-owner}/{project-name}"]

== Install

https://developer.redis.com/riot#install

== Documentation

{project-title} documentation is available at https://developer.redis.com/riot
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 7a9d34c

Please sign in to comment.