Skip to content

Commit 2b482d1

Browse files
committed
0.3.1
1 parent 587b4b1 commit 2b482d1

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "dlphn"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Todd Treece <[email protected]>"]
5-
description = "a humble data logger."
5+
description = "a humble sensor data logger."
66
homepage = "https://github.com/toddtreece/dlphn-rs"
77
repository = "https://github.com/toddtreece/dlphn-rs"
88
keywords = ["data", "logger", "iot"]

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# dlphn-rs
22

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

55
## install
66

7-
use [rustup] to install the rust toolchain, and then run:
7+
check the [releases] for a binary build that matches your platform.
8+
9+
in order to build the latest release from source, you will need to use [rustup] to install the rust toolchain, and then run:
810

911
```sh
1012
$ cargo install dlphn
@@ -49,12 +51,13 @@ $ dlphn
4951

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

5356
## benchmarks
5457

5558
### post
5659

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

5962
```sh
6063
$ make bench

0 commit comments

Comments
 (0)