You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,26 @@ Import Cassandra tables as JSON from stdin.
6
6
Using stdin/stdout opens the door to the land of pipes and thus enables to slice and dice the stream of JSON data using command line tools. Most useful for the processing of streamed json data will probably be the infamous [jq](https://github.com/stedolan/jq).
7
7
8
8
9
-
###### Download the [current release](https://github.com/splink/cpipe/releases/download/v0.0.1/cpipe-0.0.1.zip), unzip and run with
10
-
~~~bash
9
+
###### Download the [current release]
10
+
as Zip: https://github.com/splink/cpipe/releases/download/v0.0.2/cpipe-0.0.2.zip
11
+
~~~bash
12
+
unzip cpipe-0.0.2.zip
11
13
./bin/cpipe --help
12
14
~~~
13
15
16
+
as Rpm: https://github.com/splink/cpipe/releases/download/v0.0.2/cpipe-0.0.2.noarch.rpm
17
+
~~~bash
18
+
rpm -i cpipe-0.0.2.noarch.rpm
19
+
cpipe --help
20
+
~~~
21
+
22
+
as deb: https://github.com/splink/cpipe/releases/download/v0.0.2/cpipe-0.0.2_all.deb
0 commit comments