Skip to main content

Open Source Acknowledgements

Spice AI acknowledges the following open source projects for making this project possible:

Go Modules​

github.com/AzureAD/microsoft-authentication-library-for-go/apps, https://github.com/AzureAD/microsoft-authentication-library-for-go/blob/v1.5.0/LICENSE, MIT

github.com/apache/arrow/go/v17, https://github.com/apache/arrow/blob/go/v17.0.0/go/LICENSE.txt, Apache-2.0

github.com/cenkalti/backoff/v4, https://github.com/cenkalti/backoff/blob/v4.3.0/LICENSE, MIT

github.com/chzyer/readline, https://github.com/chzyer/readline/blob/2972be24d48e/LICENSE, MIT

github.com/dustin/go-humanize, https://github.com/dustin/go-humanize/blob/v1.0.1/LICENSE, MIT

github.com/fsnotify/fsnotify, https://github.com/fsnotify/fsnotify/blob/v1.9.0/LICENSE, BSD-3-Clause

github.com/go-logr/logr, https://github.com/go-logr/logr/blob/v1.4.2/LICENSE, Apache-2.0

github.com/go-logr/stdr, https://github.com/go-logr/stdr/blob/v1.2.2/LICENSE, Apache-2.0

github.com/go-viper/mapstructure/v2, https://github.com/go-viper/mapstructure/blob/v2.4.0/LICENSE, MIT

github.com/gocarina/gocsv, https://github.com/gocarina/gocsv/blob/b87c2d0e983a/LICENSE, MIT

github.com/goccy/go-json, https://github.com/goccy/go-json/blob/v0.10.3/LICENSE, MIT

github.com/golang-jwt/jwt/v5, https://github.com/golang-jwt/jwt/blob/v5.2.2/LICENSE, MIT

github.com/google/flatbuffers/go, https://github.com/google/flatbuffers/blob/v24.3.25/LICENSE, Apache-2.0

github.com/google/uuid, https://github.com/google/uuid/blob/v1.6.0/LICENSE, BSD-3-Clause

github.com/hashicorp/go-cleanhttp, https://github.com/hashicorp/go-cleanhttp/blob/v0.5.2/LICENSE, MPL-2.0

github.com/hashicorp/go-retryablehttp, https://github.com/hashicorp/go-retryablehttp/blob/v0.7.8/LICENSE, MPL-2.0

github.com/joho/godotenv, https://github.com/joho/godotenv/blob/v1.5.1/LICENCE, MIT

github.com/klauspost/compress, https://github.com/klauspost/compress/blob/v1.17.11/LICENSE, Apache-2.0

github.com/klauspost/compress/internal/snapref, https://github.com/klauspost/compress/blob/v1.17.11/internal/snapref/LICENSE, BSD-3-Clause

github.com/klauspost/compress/zstd/internal/xxhash, https://github.com/klauspost/compress/blob/v1.17.11/zstd/internal/xxhash/LICENSE.txt, MIT

github.com/kylelemons/godebug, https://github.com/kylelemons/godebug/blob/v1.1.0/LICENSE, Apache-2.0

github.com/logrusorgru/aurora, https://github.com/logrusorgru/aurora/blob/v2.0.3/LICENSE, Unlicense

github.com/manifoldco/promptui, https://github.com/manifoldco/promptui/blob/v0.9.0/LICENSE.md, BSD-3-Clause

github.com/mattn/go-runewidth, https://github.com/mattn/go-runewidth/blob/v0.0.15/LICENSE, MIT

github.com/olekukonko/tablewriter, https://github.com/olekukonko/tablewriter/blob/v0.0.5/LICENSE.md, MIT

github.com/pelletier/go-toml/v2, https://github.com/pelletier/go-toml/blob/v2.2.4/LICENSE, MIT

github.com/peterh/liner, https://github.com/peterh/liner/blob/v1.2.2/COPYING, MIT

github.com/pierrec/lz4/v4, https://github.com/pierrec/lz4/blob/v4.1.21/LICENSE, BSD-3-Clause

github.com/pkg/browser, https://github.com/pkg/browser/blob/5ac0b6a4141c/LICENSE, BSD-2-Clause

github.com/rivo/uniseg, https://github.com/rivo/uniseg/blob/v0.4.6/LICENSE.txt, MIT

github.com/sagikazarmark/locafero, https://github.com/sagikazarmark/locafero/blob/v0.11.0/LICENSE, MIT

github.com/sourcegraph/conc, https://github.com/sourcegraph/conc/blob/5f936abd7ae8/LICENSE, MIT

github.com/spf13/afero, https://github.com/spf13/afero/blob/v1.15.0/LICENSE.txt, Apache-2.0

github.com/spf13/cast, https://github.com/spf13/cast/blob/v1.10.0/LICENSE, MIT

github.com/spf13/cobra, https://github.com/spf13/cobra/blob/v1.10.1/LICENSE.txt, Apache-2.0

github.com/spf13/pflag, https://github.com/spf13/pflag/blob/v1.0.10/LICENSE, BSD-3-Clause

github.com/spf13/viper, https://github.com/spf13/viper/blob/v1.21.0/LICENSE, MIT

github.com/spiceai/gospice/v7, https://github.com/spiceai/gospice/blob/v7.0.0/LICENSE, Apache-2.0

github.com/subosito/gotenv, https://github.com/subosito/gotenv/blob/v1.6.0/LICENSE, MIT

github.com/zeebo/xxh3, https://github.com/zeebo/xxh3/blob/v1.0.2/LICENSE, BSD-2-Clause

go.opentelemetry.io/otel, https://github.com/open-telemetry/opentelemetry-go/blob/v1.31.0/LICENSE, Apache-2.0

go.opentelemetry.io/otel/metric, https://github.com/open-telemetry/opentelemetry-go/blob/metric/v1.31.0/metric/LICENSE, Apache-2.0

go.opentelemetry.io/otel/sdk, https://github.com/open-telemetry/opentelemetry-go/blob/sdk/v1.31.0/sdk/LICENSE, Apache-2.0

go.opentelemetry.io/otel/trace, https://github.com/open-telemetry/opentelemetry-go/blob/trace/v1.31.0/trace/LICENSE, Apache-2.0

go.yaml.in/yaml/v3, https://github.com/yaml/go-yaml/blob/v3.0.4/LICENSE, MIT

golang.org/x/exp, https://cs.opensource.google/go/x/exp/+/f66d83c2:LICENSE, BSD-3-Clause

golang.org/x/mod/semver, https://cs.opensource.google/go/x/mod/+/v0.29.0:LICENSE, BSD-3-Clause

golang.org/x/net, https://cs.opensource.google/go/x/net/+/v0.44.0:LICENSE, BSD-3-Clause

golang.org/x/sys, https://cs.opensource.google/go/x/sys/+/v0.37.0:LICENSE, BSD-3-Clause

golang.org/x/text, https://cs.opensource.google/go/x/text/+/v0.29.0:LICENSE, BSD-3-Clause

golang.org/x/xerrors, https://cs.opensource.google/go/x/xerrors/+/7835f813:LICENSE, BSD-3-Clause

google.golang.org/genproto/googleapis/rpc/status, https://github.com/googleapis/go-genproto/blob/324edc3d5d38/googleapis/rpc/LICENSE, Apache-2.0

google.golang.org/grpc, https://github.com/grpc/grpc-go/blob/v1.67.1/LICENSE, Apache-2.0

google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.35.1/LICENSE, BSD-3-Clause

gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE, MIT

Rust Crates​