@@ -8,7 +8,42 @@ Readme has been inspired by the amazing Netdata community project.
88[ Netdata] ( https://github.com/netdata/netdata )
99
1010
11- immudb uses the following open source projects.
11+ immudb uses the following amazing open source projects. Copyright by their respective copyright holders and vChain, Inc.
12+
13+ | Project | License |
14+ | ------------------------------------------------------------ | ------------------------------------------------------------ |
15+ | [ badger] ( https://github.com/dgraph-io/badger ) | [ Apache License 2.0] ( https://github.com/dgraph-io/badger/blob/master/LICENSE ) |
16+ | [ cobra] ( https://github.com/spf13/cobra ) | [ Apache License 2.0] ( https://github.com/spf13/cobra/blob/master/LICENSE.txt ) |
17+ | [ go-homedir] ( https://github.com/mitchellh/go-homedir ) | [ MIT] ( https://github.com/mitchellh/go-homedir/blob/master/LICENSE ) |
18+ | [ viper] ( https://github.com/spf13/viper ) | [ MIT] ( https://github.com/spf13/viper/blob/master/LICENSE ) |
19+ | [ xid] ( https://github.com/rs/xid ) | [ MIT] ( https://github.com/rs/xid/blob/master/LICENSE ) |
20+ | [ Prometheus Go client library] ( https://github.com/prometheus/client_golang ) | [ Apache License 2.0] ( https://github.com/prometheus/client_golang/blob/master/LICENSE ) |
21+ | [ Go gRPC Middleware] ( https://github.com/grpc-ecosystem/go-grpc-middleware ) | [ Apache License 2.0] ( https://github.com/grpc-ecosystem/go-grpc-middleware/blob/master/LICENSE ) |
22+ | [ go-toml] ( https://github.com/pelletier/go-toml ) | [ MIT] ( https://github.com/pelletier/go-toml/blob/master/LICENSE ) |
23+ | [ File system notifications for Go] ( https://github.com/fsnotify/fsnotify ) | [ BSD 3-Clause "New" or "Revised" License] ( https://github.com/fsnotify/fsnotify/blob/master/LICENSE ) |
24+ | [ jWalterWeatherman] ( https://github.com/spf13/jwalterweatherman ) | [ MIT] ( https://github.com/spf13/jwalterweatherman/blob/master/LICENSE ) |
25+ | [ HCL] ( https://github.com/hashicorp/hcl ) | [ Mozilla Public License 2.0] ( https://github.com/hashicorp/hcl/blob/master/LICENSE ) |
26+ | [ mapstructure] ( https://github.com/mitchellh/mapstructure ) | [ MIT] ( https://github.com/mitchellh/mapstructure/blob/master/LICENSE ) |
27+ | [ grpc-gateway] ( https://github.com/grpc-ecosystem/grpc-gateway ) | [ BSD 3-Clause "New" or "Revised" License] ( https://github.com/grpc-ecosystem/grpc-gateway/blob/master/LICENSE.txt ) |
28+ | [ cast] ( https://github.com/spf13/cast ) | [ MIT] ( https://github.com/spf13/cast/blob/master/LICENSE ) |
29+ | [ go-md2man] ( https://github.com/cpuguy83/go-md2man ) | [ MIT] ( https://github.com/cpuguy83/go-md2man/blob/master/LICENSE.md ) |
30+ | [ xxhash] ( https://github.com/cespare/xxhash ) | [ MIT] ( https://github.com/cespare/xxhash/blob/master/LICENSE.txt ) |
31+ | [ Data model artifacts for Prometheus] ( https://github.com/prometheus/client_model ) | [ Apache License 2.0] ( https://github.com/prometheus/client_model/blob/master/LICENSE ) |
32+ | [ pflag] ( https://github.com/spf13/pflag ) | [ BSD 3-Clause "New" or "Revised" License] ( https://github.com/spf13/pflag/blob/master/LICENSE ) |
33+ | [ Go support for Protocol Buffers] ( https://github.com/protocolbuffers/protobuf-go ) | [ License] ( https://github.com/protocolbuffers/protobuf-go/blob/master/LICENSE ) |
34+ | [ Ristretto] ( https://github.com/dgraph-io/ristretto ) | [ Apache License 2.0] ( https://github.com/dgraph-io/ristretto/blob/master/LICENSE ) |
35+ | [ AFERO] ( https://github.com/spf13/afero ) | [ Apache License 2.0] ( https://github.com/spf13/afero/blob/master/LICENSE.txt ) |
36+ | [ Blackfriday] ( https://github.com/russross/blackfriday ) | [ Simplified BSD License] ( https://github.com/russross/blackfriday/blob/master/LICENSE.txt ) |
37+ | [ Humane Units] ( https://github.com/dustin/go-humanize ) | [ License] ( https://github.com/dustin/go-humanize/blob/master/LICENSE ) |
38+ | [ sanitized anchor name] ( https://github.com/shurcooL/sanitized_anchor_name ) | [ MIT] ( https://github.com/shurcooL/sanitized_anchor_name/blob/master/LICENSE ) |
39+ | [ go-farm] ( https://github.com/dgryski/go-farm ) | [ MIT] ( https://github.com/dgryski/go-farm/blob/master/LICENSE ) |
40+ | [ PASETO] ( https://github.com/o1egl/paseto ) | [ MIT] ( https://github.com/o1egl/paseto/blob/master/LICENSE ) |
41+ | [ ChaCha20] ( https://github.com/aead/chacha20 ) | [ MIT] ( https://github.com/aead/chacha20/blob/master/LICENSE ) |
42+ | [ Perks] ( https://github.com/beorn7/perks ) | [ MIT] ( https://github.com/beorn7/perks/blob/master/LICENSE ) |
43+ | [ Zstd Go Wrapper] ( https://github.com/DataDog/zstd ) | [ Simplified BSD License] ( https://github.com/DataDog/zstd/blob/1.x/LICENSE ) |
44+ | [ gotenv] ( https://github.com/subosito/gotenv ) | [ MIT] ( https://github.com/subosito/gotenv/blob/master/LICENSE ) |
45+ | [ poly1305] ( https://github.com/aead/poly1305 ) | [ MIT] ( https://github.com/aead/poly1305/blob/master/LICENSE ) |
46+ | [ Go CORS handler] ( https://github.com/rs/cors ) | [ MIT] ( https://github.com/rs/cors/blob/master/LICENSE ) |
47+ | [ ntp] ( https://github.com/beevik/ntp ) | [ BSD 2-Clause "Simplified" License] ( https://github.com/beevik/ntp/blob/master/LICENSE ) |
48+
1249
13- - [ badger] ( https://github.com/dgraph-io/badger )
14- [ Apache License, Version 2.0] ( http://www.apache.org/licenses/LICENSE-2.0 )
0 commit comments