7 Star 7 Fork 6

Gitee 极速下载 / AresDB

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/uber/aresdb
克隆/下载
NOTICE 6.11 KB
一键复制 编辑 原始数据 按行查看 历史
AresDB includes derived work from Influxql (https://github.com/influxdata/influxql) under the MIT License:
Modifications Copyright (c) 2017-2018 Uber Technologies, Inc.
Copyright (c) 2013-2016 Errplane Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
The derived work can be found in the files:
query/expr/ast.go
query/expr/ast_test.go
query/expr/parser.go
query/expr/parser_test.go
query/expr/scanner.go
query/expr/scanner_test.go
query/expr/token.go
query/expr/token_test.go
-------------------------------------------------
AresDB includes derived work from MurmurHash3. Murmur3 was placed in the public domain. (https://github.com/aappleby/smhasher/blob/master/src/MurmurHash3.cpp)
MurmurHash3 was written by Austin Appleby, and is placed in the public
domain. The author hereby disclaims copyright to this source code.
Note - The x86 and x64 versions do _not_ produce the same results, as the
algorithms are optimized for their respective platforms. You can still
compile and run any of them on any platform, but your performance with the
non-native version will be less than optimal.
The derived work can be found in the files:
utils/hash.go
query/utils.cu
-------------------------------------------------
AresDB includes the contents from HyperLogLog for computing HLL. HyperLogLog is under the Apache License 2.0. Copyright by HyperLogLog’s authors. (https://docs.google.com/document/d/1gyjfMHy43U9OWBXxfaeG-3MjGzejW1dlpyMwEYAAWEI)
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
The derived work can be found in the files:
query/common/hll.go
-------------------------------------------------
AresDB includes Thrust library under the Apache License Version 2.0. Copyright by Thrust’s authors. (https://github.com/thrust/thrust) You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0.html
-------------------------------------------------
AresDB includes derived work from Golang’s time library (https://golang.org/src/time/time.go) under the BSD License:
Copyright (c) 2009 The Go Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
The derived work can be found in the files:
query/functor.cu
--------------------------------------------------
AresDB includes derived work from m3db (https://github.com/m3db/m3) under the Apache License 2.0:
Copyright (c) 2018 Uber Technologies, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.limitations under the License.
The derived work can be found in the files:
src/dbnode/storage/bootstrap.go
src/dbnode/topology
src/dbnode/sharding
--------------------------------------------------
AresDB includes derived work from couchbase/go-slab (https://github.com/couchbase/go-slab)
under the Apache License 2.0:
Copyright (c) 2013 Couchbase, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the
License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an "AS
IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
express or implied. See the License for the specific language
governing permissions and limitations under the License.
The derived work can be found in the files:
memstore/list/slab.go
memstore/list/slab_test.go
Go
1
https://gitee.com/mirrors/AresDB.git
git@gitee.com:mirrors/AresDB.git
mirrors
AresDB
AresDB
master

搜索帮助