Skip to content

Commit d6a9bcd

Browse files
committed
Used an HTML list for the K/V store names.
1 parent a6c5dd8 commit d6a9bcd

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,16 @@ operator code.
88
Following are the external NoSQL K/V stores that can be configured to work with the
99
DPS toolkit for the purpose of sharing application state in a distributed manner.
1010

11-
1) Memcached
12-
2) Redis
13-
3) Cassandra
14-
4) IBM Cloudant
15-
5) HBase
16-
6) Mongo
17-
7) Couchbase
18-
8) Aerospike
11+
<ol>
12+
<li>Memcached</li>
13+
<li>Redis</li>
14+
<li>Cassandra</li>
15+
<li>IBM Cloudant</li>
16+
<li>HBase</li>
17+
<li>Mongo</li>
18+
<li>Couchbase</li>
19+
<li>Aerospike</li>
20+
</ol>
1921

2022
There are plenty of details available about the installation, configuration, API description,
2123
built-in example etc. Please refer to the com.ibm.streamsx.dps/doc/dps-usage-tips.txt file

0 commit comments

Comments
 (0)