featurebase/docs
Matthew Jaffee 3f303d1098
remove global defaults from config.go
these were occaisionally referenced elsewhere in the codebase - in all but one
case, there were workarounds that are actually better I think.

In the one case there wasn't I created a single top level DefaultConfig object
which is instantiated with all the default values and can be referred to if
necessary.

There was a bug in fragment.go with the way MaxWritesPerRequest was treated if
it was 0. Elsewhere, 0 meant no limit, but here, it would have caused a division
by 0.

Changed the default metrics provider from "nop" to "none", although "nop" will
still work. Previously, any value other than "statsd" or "expvar" was treated as
"nop", but I've changed this behavior to return an error if an invalid string is
provided. I think this is better behavior, because in the case that someone
bothered to change the default, they were probably interested in actually
getting stats, and might be annoyed when it silently failed.
2018-04-12 19:52:48 -05:00
..
administration.md Merge branch 'master' into cluster-resize 2018-03-22 16:05:20 -05:00
api-reference.md remove references to rowLabel and columnLabel 2018-04-03 10:36:48 -05:00
architecture.md Minor fixes 2018-03-07 16:15:18 -06:00
client-libraries.md Add readthedocs link 2018-03-20 12:48:46 -05:00
configuration.md remove global defaults from config.go 2018-04-12 19:52:48 -05:00
data-model.md Remove outdated column labels 2018-03-15 10:57:19 -05:00
examples.md Remove ColumnLabel support 2018-03-26 15:35:56 -05:00
faq.md Add metadata to doc pages (sort weight and nav headings) 2017-08-16 11:43:45 -05:00
getting-started.md Merge branch 'master' into cluster-resize 2018-03-22 16:05:20 -05:00
glossary.md Fix one more link 2018-03-19 16:13:54 -05:00
input-definition.md Deprecate input definitionn in docs 2018-03-20 12:47:22 -05:00
installation.md Add docs for "make install-build-deps" 2018-03-28 12:23:03 -05:00
introduction.md Ensure internal links end with slash 2018-03-19 14:25:36 -05:00
pdk.md Add metadata to doc pages (sort weight and nav headings) 2017-08-16 11:43:45 -05:00
query-language.md remove references to rowLabel and columnLabel 2018-04-03 10:36:48 -05:00
README.md Add format details to docs readme 2018-03-20 12:46:11 -05:00
tutorials.md Move external tutorial list to a note under the main heading 2018-03-22 11:30:51 -05:00
webui.md Remove reference to deprecated index timeQuantum 2018-03-20 16:00:51 -05:00

Pilosa docs are maintained here, to stay in sync with the codebase. The format is Blackfriday markdown, with some Hugo front matter.

Please visit our website to view the docs complete with styles, diagrams, and comprehensive search.

Have you found a discrepancy, typo, or other problem? Please submit an issue or a pull request!