Commit Graph

41 Commits (91df8a30e7f0a5fc258f3260e31f4fcea77abd30)

Author SHA1 Message Date
Marko Mikulicic bf83c9155e
docs: Fix typo 2021-04-29 18:09:00 +02:00
David Norton 360057b504
chore: update tech talk links in README (#1138) 2021-04-07 12:09:43 +00:00
Raphael Taylor-Davies 1a4c793270
feat: lifecycle rules (#1045) 2021-03-29 15:32:36 +00:00
Carol (Nichols || Goulding) 08727732cc fix: Remove more flatc 2021-03-22 09:38:59 -04:00
Carol (Nichols || Goulding) c47a252c15 feat: Check in generated WAL flatbuffers code 2021-03-22 09:38:59 -04:00
Carol (Nichols || Goulding) aa6c21141b docs: Necessary to build flatc from source now 2021-03-22 09:38:58 -04:00
Andrew Lamb a3c146a38e
docs: Update README.md to refer to the command and CLI help (#982)
* docs: Update README.md to refer to the command and CLI help

* docs: Apply suggestions from code review

Co-authored-by: Carol (Nichols || Goulding) <193874+carols10cents@users.noreply.github.com>

Co-authored-by: Carol (Nichols || Goulding) <193874+carols10cents@users.noreply.github.com>
2021-03-16 12:40:40 +00:00
Marko Mikulicic 334fb149b1
feat: Rename server run command to just run
Closes #976
2021-03-12 18:36:04 +01:00
Marko Mikulicic 79105b2c50
feat: Make server no longer the default command 2021-03-10 16:49:49 +01:00
Andrew Lamb 9ebedf744f
feat: Add CLI to query the database using SQL (#943)
* feat: Add CLI to query the database using SQL

* fix: merge conflicts
2021-03-10 13:21:12 +00:00
Marko Mikulicic f2642d6fbc docs: Use console type for interactive shell snippets 2021-03-08 15:24:30 +00:00
Marko Mikulicic 9bdc276d5e docs: Document how to use grpcurl to play with API 2021-03-08 13:57:11 +00:00
Jacob Marble 47fce27b4e fix(README): make docker instructions clearer
Fixes #909

Turns out that BuildKit is required, not "strongly suggested".
2021-03-04 07:02:27 -08:00
Jacob Marble 485024cb5b feat(docker): add one-command Dockerfile
This adds a simple Dockerfile for anyone to just `docker build .` and
get a Docker image. This Dockerfile is optimized for human consumption,
not for build performance.
2021-03-01 15:45:27 -08:00
Jacob Marble 9323da43d9 chore: fix example 2021-02-25 17:33:48 -08:00
Jacob Marble b5f2bd27d1 chore: improve readme
Add admin calls to set writer ID and create a database.
2021-02-25 17:33:48 -08:00
Raphael Taylor-Davies ffc20fa821
feat: add basic gRPC health service (#862)
* feat: add basic gRPC health service

* feat: update README.md add /health to HTTP API

* feat: add health client to influxdb_iox_client

feat: end-to-end test health check service

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-02-25 13:24:12 +00:00
Andrew Lamb dd0810c18d
docs: Refer to the example env file and clarify comments (#851)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-02-22 19:42:30 +00:00
Dom 71daaffce6 docs: update README config section 2021-01-12 11:35:41 +00:00
Andrew Lamb 9f0ff678f1
feat: Formalizes the config system for IOx, including tests (#608)
* feat: Create configuration system, port IOx to use it

* docs: Apply suggestions from code review

Co-authored-by: Paul Dix <paul@influxdata.com>

* fix: fix test for setting values

Co-authored-by: Paul Dix <paul@influxdata.com>
2020-12-31 07:02:31 -05:00
Andrew Lamb 463a20202e
docs: Add reference to docs directory and a table of contents (#577) 2020-12-18 12:39:38 -05:00
Michael Hall de435196ab
fix: Move Contributing text into separate document (#566)
Fixes #512
2020-12-16 16:06:58 -05:00
Dom 3cbabf0f80
docs(README): document clang requirement (#498)
Found while investigating #465 - clang is needed to build the croaring
dependency.
2020-11-27 15:32:29 -05:00
Edd Robinson 3b508d6041 chore: address PR feedback 2020-11-24 13:21:04 +00:00
Edd Robinson 900e1cce06 chore: PR suggestions
Co-authored-by: Andrew Lamb <alamb@influxdata.com>
2020-11-24 13:21:04 +00:00
Edd Robinson a32bfb6c4b chore: add WIP tip 2020-11-24 13:21:04 +00:00
Edd Robinson 736f1c4b03 chore: add github templates 2020-11-24 13:20:54 +00:00
Edd Robinson 05870a9d5c chore: update contribution docs 2020-11-24 13:20:27 +00:00
huming 2f9afa11da docs: update readme 2020-11-24 00:21:23 +08:00
Paul Dix f740c85faa
Update README.md 2020-11-18 15:13:37 -05:00
Paul Dix b1ae1e8e91
Update README.md 2020-11-17 17:14:45 -05:00
Paul Dix 398030d792
Update README.md 2020-11-17 15:31:34 -05:00
Paul Dix f7627266c1
Update README.md 2020-11-17 13:55:14 -05:00
Paul Dix a096f688d3 chore: Update README with intro and status 2020-11-17 07:39:26 -05:00
Carol (Nichols || Goulding) c096682ab8 fix: Improve docs based on feedback from @rbetts 2020-11-10 11:53:44 -05:00
Carol (Nichols || Goulding) abffab603a docs: Update README with quickstart instructions 2020-11-10 11:18:54 -05:00
Andrew Lamb 0532821ed9
chore: Make the project root neat and tidy (#416)
* chore: move example env file into docs

* chore: move dockerfiles out of root

* chore: move storectl-bench.sh into benches
2020-11-10 10:00:22 -05:00
Andrew Lamb 2a42df278a
docs: Initial style guide with idomatic error handling (#174)
* docs: Initial style guide with idomatic error handling

* fix: Apply suggestions from code review

Co-authored-by: Paul Dix <paul@influxdata.com>

* fix: Apply suggestions from code review

Co-authored-by: Jake Goulding <jake.goulding@integer32.com>
Co-authored-by: Carol (Nichols || Goulding) <193874+carols10cents@users.noreply.github.com>

* fix: clean up example 

To not to use different field name

Co-authored-by: Paul Dix <paul@influxdata.com>
Co-authored-by: Jake Goulding <jake.goulding@integer32.com>
Co-authored-by: Carol (Nichols || Goulding) <193874+carols10cents@users.noreply.github.com>
2020-06-22 16:41:36 -04:00
Carol (Nichols || Goulding) e25a4e1e83 feat: Integrate the WAL with delorean 2020-05-11 15:38:47 -04:00
Paul Dix 9cadb1bb52 Add server skeleton with Actix and RocksDB 2019-12-12 10:15:16 -05:00
Paul Dix 8826226554 Add place holder readme 2019-11-22 17:10:37 -05:00