Skip to content

Commit

Permalink
rename db-rs to bd.
Browse files Browse the repository at this point in the history
  • Loading branch information
prataprc committed Aug 11, 2018
1 parent 1783227 commit 62d6f39
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This is the official list of db-rs Authors for copyright purpose.
# This is the official list of bd Authors for copyright purpose.

prataprc <prataprc@gmail.com>
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "db"
name = "bd"
version = "0.1.0"
authors = ["prataprc <prataprc@gmail.com>"]
description = "big data tool kit"
Expand Down
2 changes: 1 addition & 1 deletion LICENSE-MIT
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2018 db-rs Authors.
Copyright (c) 2018 bd Authors.

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the "Software"),
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bigdata with Rust

[![IRC #bnc](https://www.irccloud.com/invite-svg?channel=%23bnc&amp;hostname=irc.mozilla.org&amp;port=6667)](https://www.irccloud.com/invite?channel=%23bnc&amp;hostname=irc.mozilla.org&amp;port=6667)

`db-rs` is a big-data package with following primary scope.
`bd` is a big-data data-base package with following primary scope.

* [x] Interpret data in JSON format based on [RFC8259][jsonrfc].
* [ ] Expression language to query JSON documents, similar to [jq][jq].
Expand Down

0 comments on commit 62d6f39

Please sign in to comment.