liketic
dd439f5777
Fix wrong link to key concepts in README
2017-11-15 16:36:37 +08:00
silenceshell
5878e822ea
user double quota instead.
2017-09-08 16:29:13 +08:00
silenceshell
bd61c7ee11
enclose url with params
...
```
curl -G http://localhost:8086/query?pretty=true --data-urlencode "db=mydb" \
--data-urlencode "q=SELECT * FROM cpu WHERE host='server01' AND time < now() - 1d"
```
Running this on ubuntu will get an error:
```
curl -G http://localhost:8086/query?pretty=true --data-urlencode "db=mydb" --data-urlencode "q=SELECT mean(load) FROM cpu WHERE region='uswest'"
No matches for wildcard “http://localhost:8086/query?pretty=true” .
fish: curl -G http://localhost:8086/query?pretty=true --data-urlencode "db=mydb" --data-urlencode "q=SELECT mean(load) FROM cpu WHERE region='uswest'"
^
curl: no URL specified!
curl: try 'curl --help' or 'curl --manual' for more information
```
for url here is not enclosed with `'`.
2017-09-06 16:10:34 +08:00
Tobias Widén
cd05decc6b
Deprecated use of CREATE DATABASE in a read only context, use a POST request instead
2017-01-18 19:26:28 +01:00
Jonathan A. Sternberg
a3b8b1adca
Add docker pull badge to the README
2016-05-15 22:05:17 -04:00
Jason Wilder
685e945dee
Fix README issues
...
* Remove clustering notes
* Update doc links
2016-04-21 08:32:00 -06:00
Jason Wilder
d6e1d97659
Add goreportcard badge
2016-04-20 16:58:47 -06:00
Jonathan A. Sternberg
b2955bc44a
Update README summary
2016-04-11 12:55:07 -04:00
gunnaraasen
627e6e4255
Update README for 0.10
2016-02-11 16:51:33 -08:00
Philip O'Toole
7c77d63eab
Update packaing and build for new github org
2016-01-04 15:47:04 -08:00
Philip O'Toole
8154536e8d
More updates for new domain
...
[ci skip]
2015-12-10 20:55:03 -08:00
Philip O'Toole
d5f492a73d
Update README with influxdata URLs
...
[ci skip]
2015-12-10 20:53:28 -08:00
Philip O'Toole
eaa9c4867f
Correct version and build instructions
...
[ci skip]
2015-12-05 12:47:50 -08:00
Philip O'Toole
6f81fde398
Tweak Support sectioning
...
[ci skip]
2015-11-12 14:28:20 -08:00
Philip O'Toole
b2cc5498aa
Add support and sales details to README
...
[ci skip]
2015-11-12 14:27:11 -08:00
Philip O'Toole
a52cf6bfcb
now -> now() in README example
...
[ci skip]
2015-09-17 21:41:48 -07:00
Philip O'Toole
5e3fa1e80f
More tips around using systemd to start InfluxDB
...
[ci skip]
2015-09-09 13:45:26 -07:00
Philip O'Toole
ab95274030
Add node re starting with systemd
...
[ci skip\]
2015-09-09 11:57:10 -07:00
Philip O'Toole
d653f84b83
Highlight some key feature
...
[ci skip]
2015-08-13 14:27:32 -07:00
Philip O'Toole
ab189d5429
Enhance README with richer examples
...
[ci skip]
2015-08-13 14:25:41 -07:00
Philip O'Toole
246ce61b85
Make quick start example clearer
2015-06-23 16:57:55 -07:00
gunnaraasen
87f857ae52
Fix download link in README
2015-06-22 08:49:14 -07:00
gunnaraasen
21843c6bcb
Update README
2015-06-11 18:11:01 -07:00
Philip O'Toole
edcf58a378
Retention policies are auto-created, fix README
2015-06-06 17:02:32 -07:00
Philip O'Toole
6b54e4de56
Retention policy not created by default
2015-06-05 22:22:17 -07:00
Philip O'Toole
e5e4b89872
"name" -> "measurement" in README
2015-05-28 17:44:52 -07:00
ben hockey
9a3c28748c
change timestamp to time
2015-05-11 12:28:47 -05:00
Paul Dix
53292d2a32
Update README.md
2015-04-29 11:34:03 -07:00
Paul Dix
3a0f25fcc7
Update README.md
2015-04-29 11:31:54 -07:00
Philip O'Toole
dedad5e2e4
Don't split database-create doc command into 2 lines
2015-03-23 14:33:54 -07:00
Philip O'Toole
41747a119c
Retention policies are now auto-created
2015-03-09 16:27:50 -07:00
Philip O'Toole
d55c850b0e
Make it clear to what "Getting Started" applies
2015-03-02 08:05:23 -08:00
Philip O'Toole
0b6b6b6d9c
Remove Travis CI build badge
2015-02-25 16:56:16 -08:00
Philip O'Toole
89751fe94c
Add CircleCI build status badge
2015-02-25 11:15:34 -08:00
Philip O'Toole
047604544a
Link to HTTP API documentation from "Features"
2015-02-24 22:47:15 -08:00
Philip O'Toole
99e05684d9
Add timestamp to example data
2015-02-24 20:26:55 -08:00
Philip O'Toole
ad6e08a734
More README pretty-printing
2015-02-24 20:17:21 -08:00
Philip O'Toole
cd14bf7b3b
Minor fixes to README indentation
2015-02-24 20:14:14 -08:00
Philip O'Toole
e31999f9d1
Add simple directions for starting InfluxDB
2015-02-24 20:11:42 -08:00
Philip O'Toole
1e94f877ef
Tighten up pretty-printed README JSON
2015-02-24 20:05:48 -08:00
Philip O'Toole
5df5a401f6
Pretty-printed write and query update
2015-02-24 20:04:19 -08:00
Philip O'Toole
d67df1060b
Show how to insert and query
2015-02-24 19:58:58 -08:00
Philip O'Toole
b2f6c0af9b
More corrections to curl commands in README
2015-02-24 19:36:12 -08:00
Philip O'Toole
fad12bb7b5
Correct 'curl' commands
2015-02-24 19:34:55 -08:00
Philip O'Toole
3c9c17095d
Final README link updates
2015-02-24 16:50:25 -08:00
Philip O'Toole
dbb0d13bb9
Further README link updates
2015-02-24 16:49:28 -08:00
Philip O'Toole
45b7ca08f0
Update link to doc link in README
2015-02-24 16:48:42 -08:00
Philip O'Toole
eaffda421d
Reference 0.9 docs in README
2015-02-24 16:48:07 -08:00
Philip O'Toole
759a15086b
Use correct link for package download
2015-02-24 16:28:36 -08:00
Todd Persen
3fe2029571
Update README.md
2015-02-24 16:25:29 -08:00