Skip to content

Commit 048abb5

Browse files
committed
fixed formatting
1 parent 3535c5e commit 048abb5

File tree

1 file changed

+4
-79
lines changed

1 file changed

+4
-79
lines changed

README.adoc

Lines changed: 4 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,9 @@ Redis Input/Output Tool (RIOT) is a data import/export tool for Redis and Redis
1212

1313
== Input Sources
1414

15-
* Databases (JDBC)
16-
* Files
17-
** Delimited (CSV)
18-
** Fixed-width
19-
** JSON
20-
* Generator
21-
** Simple (sequence)
22-
** https://github.com/stympy/faker[Faker] data
15+
* Databases: JDBC
16+
* Files: delimited (CSV), fixed-width, JSON
17+
* Generator: https://github.com/stympy/faker[Faker], simple
2318

2419
== Installation
2520
Download the https://github.com/Redislabs-Solution-Architects/riot/releases/latest[latest RIOT distribution] (zip or tar.gz) and unpack the downloaded archive.
@@ -218,76 +213,6 @@ riot import --max 100 gen --field name=faker.gameOfThrones.character set --keysp
218213

219214
==== Faker Generators
220215

221-
These are the https://github.com/DiUS/java-faker[Faker generators] available:
222-
223-
* address
224-
* ancient
225-
* app
226-
* artist
227-
* avatar
228-
* beer
229-
* book
230-
* bool
231-
* business
232-
* cat
233-
* chuckNorris
234-
* code
235-
* color
236-
* commerce
237-
* company
238-
* country
239-
* crypto
240-
* currency
241-
* dateAndTime
242-
* demographic
243-
* dog
244-
* dragonBall
245-
* educator
246-
* esports
247-
* file
248-
* finance
249-
* food
250-
* friends
251-
* funnyName
252-
* gameOfThrones
253-
* hacker
254-
* harryPotter
255-
* hipster
256-
* hitchhikersGuideToTheGalaxy
257-
* hobbit
258-
* howIMetYourMother
259-
* idNumber
260-
* internet
261-
* job
262-
* leagueOfLegends
263-
* lebowski
264-
* lordOfTheRings
265-
* lorem
266-
* matz
267-
* medical
268-
* music
269-
* name
270-
* number
271-
* options
272-
* overwatch
273-
* phoneNumber
274-
* pokemon
275-
* randomService
276-
* rickAndMorty
277-
* robin
278-
* rockBand
279-
* shakespeare
280-
* slackEmoji
281-
* space
282-
* starTrek
283-
* stock
284-
* superhero
285-
* team
286-
* twinPeaks
287-
* university
288-
* weather
289-
* witcher
290-
* yoda
291-
* zelda
216+
These are the https://github.com/DiUS/java-faker[Faker generators] available: `address, ancient, app, artist, avatar, beer, book, bool, business, cat, chuckNorris, code, color, commerce, company, country, crypto, currency, dateAndTime, demographic, dog, dragonBall, educator, esports, file, finance, food, friends, funnyName, gameOfThrones, hacker, harryPotter, hipster, hitchhikersGuideToTheGalaxy, hobbit, howIMetYourMother, idNumber, internet, job, leagueOfLegends, lebowski, lordOfTheRings, lorem, matz, medical, music, name, number, options, overwatch, phoneNumber, pokemon, randomService, rickAndMorty, robin, rockBand, shakespeare, slackEmoji, space, starTrek, stock, superhero, team, twinPeaks, university, weather, witcher, yoda, zelda`
292217

293218

0 commit comments

Comments
 (0)