Skip to content

Commit

Permalink
0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
toddtreece committed Jan 12, 2020
1 parent 587b4b1 commit 2b482d1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "dlphn"
version = "0.3.0"
version = "0.3.1"
authors = ["Todd Treece <[email protected]>"]
description = "a humble data logger."
description = "a humble sensor data logger."
homepage = "https://github.com/toddtreece/dlphn-rs"
repository = "https://github.com/toddtreece/dlphn-rs"
keywords = ["data", "logger", "iot"]
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# dlphn-rs

a humble service that remembers data you send it. cause [it's smart][dolphin] and stuff.
a humble sensor data logger that remembers the data you send it. cause [it's smart][dolphin] and stuff.

## install

use [rustup] to install the rust toolchain, and then run:
check the [releases] for a binary build that matches your platform.

in order to build the latest release from source, you will need to use [rustup] to install the rust toolchain, and then run:

```sh
$ cargo install dlphn
Expand Down Expand Up @@ -49,12 +51,13 @@ $ dlphn

[dolphin]: https://www.nationalgeographic.com/news/2013/8/130806-dolphins-memories-animals-science-longest/
[rustup]: https://rustup.rs/
[releases]: https://github.com/toddtreece/dlphn-rs/releases

## benchmarks

### post

~850 inserts per second. results from 2017 intel nuc 3.5GHz i7-7567U kaby lake:
~850 inserts per second via the REST API. results from 2017 intel nuc 3.5GHz i7-7567U kaby lake:

```sh
$ make bench
Expand Down

0 comments on commit 2b482d1

Please sign in to comment.