readingdb
readingdb copied to clipboard
readingdb time series database
reading-server does not work if ipv6 is disabled, because it only tries a v6 socket: int sock = socket(AF_INET6, SOCK_STREAM, 0); It would be great if there was a -4...
Currently only doubles are allowed as value types. It would be great if you could pass in Python longs or even dicts.
If pkg-config is not present, then [this line](https://github.com/stevedh/readingdb/blob/master/c6/hashtable/configure.ac#L16) in c6/hashtable/configure.ac gives a syntax error during configure: ``` checking for ranlib... ranlib ./configure: line 3830: syntax error near unexpected token `CHECK,'...