An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 0.9% on proxy.golang.org
Top 0.6% dependent packages on proxy.golang.org
Top 0.5% dependent repos on proxy.golang.org
Top 1.0% forks on proxy.golang.org
Top 0.3% docker downloads on proxy.golang.org

proxy.golang.org : github.com/Azure/azure-sdk-for-go/sdk/data/aztables

Package aztables can access an Azure Storage or CosmosDB account. The aztables package is capable of: The Azure Data Tables library allows you to interact with two types of resources: * the tables in your account * the entities within those tables. Interaction with these resources starts with an instance of a client. To create a client object, you will need the account's table service endpoint URL and a credential that allows you to access the account. The clients support different forms of authentication. The aztables library supports any of the `azcore.TokenCredential` interfaces, authorization via a Connection String, or authorization with a Shared Access Signature token. To use an account shared key (aka account key or access key), provide the key as a string. This can be found in your storage account in the Azure Portal under the "Access Keys" section. Use the key as the credential parameter to authenticate the client: Using a Connection String Depending on your use case and authorization method, you may prefer to initialize a client instance with a connection string instead of providing the account URL and credential separately. To do this, pass the connection string to the client's `from_connection_string` class method. The connection string can be found in your storage account in the [Azure Portal][azure_portal_account_url] under the "Access Keys" section or with the following Azure CLI command: Using a Shared Access Signature To use a shared access signature (SAS) token, provide the token at the end of your service URL. You can generate a SAS token from the Azure Portal under Shared Access Signature or use the ServiceClient.GetAccountSASToken or Client.GetTableSASToken() functions. Common uses of the Table service included: * Storing TBs of structured data capable of serving web scale applications * Storing datasets that do not require complex joins, foreign keys, or stored procedures and can be de-normalized for fast access * Quickly querying data using a clustered index * Accessing data using the OData protocol and LINQ filter expressions The following components make up the Azure Data Tables Service: * The account * A table within the account, which contains a set of entities * An entity within a table, as a dictionary The Azure Data Tables client library for Go allows you to interact with each of these components through the use of a dedicated client object. Two different clients are provided to interact with the various components of the Table Service: 1. **`ServiceClient`** - 2. **`Client`** - Entities are similar to rows. An entity has a PartitionKey, a RowKey, and a set of properties. A property is a name value pair, similar to a column. Every entity in a table does not need to have the same properties. Entities are returned as JSON, allowing developers to use JSON marshalling and unmarshalling techniques. Additionally, you can use the aztables.EDMEntity to ensure proper round-trip serialization of all properties. The following sections provide several code snippets covering some of the most common Table tasks, including: * Creating a table * Creating entities * Querying entities Create a table in your account and get a `Client` to perform operations on the newly created table: Creating Entities Querying entities

Registry - Source - Documentation - JSON - codemeta.json
purl: pkg:golang/github.com/%21azure/azure-sdk-for-go/sdk/data/aztables
Keywords: azure , azure-sdk , go , golang , hacktoberfest , microsoft , rest , sdk
License: MIT
Latest release: 16 days ago
First release: about 4 years ago
Namespace: github.com/Azure/azure-sdk-for-go/sdk/data
Dependent packages: 96
Dependent repositories: 128
Stars: 1,746 on GitHub
Forks: 919 on GitHub
Docker dependents: 33
Docker downloads: 81,611,785
Total Commits: 7559
Committers: 246
Average commits per author: 30.728
Development Distribution Score (DDS): 0.793
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Last synced: 1 day ago

Top 1.4% on proxy.golang.org
github.com/benthosdev/benthos/v4 v4.72.0 💰
Fancy stream processing made operationally mundane
162 versions - Latest release: 1 day ago - 36 dependent packages - 9 dependent repositories - 5,853 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/treeverse/lakefS v1.73.0
lakeFS - Data version control for your data lake | Git for data
250 versions - Latest release: 5 days ago - 4,999 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/treeverse/lakeFS v1.73.0
lakeFS - Data version control for your data lake | Git for data
251 versions - Latest release: 5 days ago - 4,999 stars on GitHub
Top 3.0% on proxy.golang.org
github.com/treeverse/lakefs v1.73.0
lakeFS - Data version control for your data lake | Git for data
252 versions - Latest release: 5 days ago - 1 dependent package - 1 dependent repositories - 4,999 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/actionscore/actions v1.16.3
341 versions - Latest release: 8 days ago
Top 0.4% on proxy.golang.org
github.com/dapr/dapr v1.16.3
Dapr is a portable, event-driven, runtime for building distributed applications across cloud and ...
344 versions - Latest release: 8 days ago - 193 dependent packages - 198 dependent repositories - 20,731 stars on GitHub
Top 6.8% on proxy.golang.org
github.com/redpanda-data/connect/v4 v4.71.0 💰
Fancy stream processing made operationally mundane
161 versions - Latest release: 9 days ago - 8,474 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/actionscore/components-contrib v1.16.4
176 versions - Latest release: 9 days ago
Top 1.1% on proxy.golang.org
github.com/dapr/components-contrib v1.16.4
Community driven, reusable components for distributed apps
181 versions - Latest release: 9 days ago - 89 dependent packages - 190 dependent repositories - 431 stars on GitHub
Top 4.7% on proxy.golang.org
github.com/diggerhq/digger v0.6.136
Digger is an open source IaC orchestration tool. Digger allows you to run IaC in your existing CI...
255 versions - Latest release: 10 days ago - 1 dependent repositories - 4,716 stars on GitHub
Top 6.8% on proxy.golang.org
github.com/benthosdev/connect/v4 v4.70.0 💰
Fancy stream processing made operationally mundane
160 versions - Latest release: 17 days ago - 7,744 stars on GitHub
Top 6.8% on proxy.golang.org
github.com/warpstreamlabs/bento v1.12.1
Fancy stream processing made operationally mundane. This repository is a fork of the original pro...
44 versions - Latest release: about 1 month ago - 1,664 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/Jeffail/benthos/v4 v4.68.0 💰
Fancy stream processing made operationally mundane
157 versions - Latest release: about 1 month ago - 6,899 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/jeffail/benthos/v4 v4.68.0
158 versions - Latest release: about 1 month ago
Top 6.5% on proxy.golang.org
github.com/turbot/steampipe-plugin-azure v1.10.0
Use SQL to instantly query Azure resources across regions and subscriptions. Open source CLI. No ...
100 versions - Latest release: about 1 month ago - 39 stars on GitHub
Top 6.8% on proxy.golang.org
github.com/redpanda-data/connect/public/bundle/enterprise/v4 v4.67.5 💰
Fancy stream processing made operationally mundane
13 versions - Latest release: about 1 month ago - 8,474 stars on GitHub
Top 6.8% on proxy.golang.org
github.com/redpanda-data/connect/public/bundle/free/v4 v4.67.5 💰
Package free imports all free, open source plugin implementations that ship with Redpanda Connect...
13 versions - Latest release: about 1 month ago - 8,474 stars on GitHub
Top 6.7% on proxy.golang.org
github.com/wombatwisdom/wombat v1.0.6
Wombat
30 versions - Latest release: about 2 months ago - 36 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/canva/benthos/v4 v4.14.1 💰
A fork of the official benthosdev/benthos repository in order to apply Canva-specific customisations
19 versions - Latest release: 4 months ago - 1 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/Canva/benthos/v4 v4.14.1 💰
A fork of the official benthosdev/benthos repository in order to apply Canva-specific customisations
20 versions - Latest release: 4 months ago - 1 stars on GitHub
Top 9.1% on proxy.golang.org
github.com/stilingue-inteligencia-artificial/benthos/v4 v4.52.0
Fancy stream processing made operationally mundane
128 versions - Latest release: 8 months ago - 0 stars on GitHub
Top 7.4% on proxy.golang.org
git.luolix.top/dapr/components-contrib v1.14.6
147 versions - Latest release: about 1 year ago
Top 6.8% on proxy.golang.org
github.com/redpanda-data/benthos/v4 v4.41.0
55 versions - Latest release: about 1 year ago - 415 stars on GitHub
Top 9.2% on proxy.golang.org
github.hscsec.cn/dapr/dapr v1.14.4
271 versions - Latest release: about 1 year ago
Top 9.0% on proxy.golang.org
github.1git.de/dapr/components-contrib v1.14.4
144 versions - Latest release: about 1 year ago
Top 8.2% on proxy.golang.org
github.com/sapk/benthos-plugin-couchbase v1.0.6
Add couchbase processor to retrieve and update document from couchbase.
7 versions - Latest release: over 1 year ago - 1 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/sapk/benthos-plugin-couchbase/v2 v2.0.3
Add couchbase processor to retrieve and update document from couchbase.
4 versions - Latest release: over 1 year ago - 1 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/sapk/benthos-plugin-sereal v0.0.2
Add sereal encoding and decoding support to benthos via bloblang plugin
2 versions - Latest release: over 1 year ago - 2 stars on GitHub
Top 6.7% on proxy.golang.org
github.com/cll-gg/benthos/v4 v4.30.1
Fancy stream processing made operationally mundane
44 versions - Latest release: over 1 year ago - 0 stars on GitHub
Top 6.7% on proxy.golang.org
github.com/azarc-io/components-contrib v1.13.4
Community driven, reusable components for distributed apps
134 versions - Latest release: over 1 year ago - 0 stars on GitHub
Top 6.8% on proxy.golang.org
github.com/tyktechnologies/benthos/v4 v4.27.1
Fancy stream processing made operationally mundane
2 versions - Latest release: over 1 year ago - 1 stars on GitHub
Top 6.8% on proxy.golang.org
github.com/TykTechnologies/benthos/v4 v4.27.1
Fancy stream processing made operationally mundane
2 versions - Latest release: over 1 year ago - 1 stars on GitHub
Top 7.4% on proxy.golang.org
github.com/srenatus/benthos/v4 v4.28.0 💰
Fancy stream processing made operationally mundane
2 versions - Latest release: over 1 year ago - 0 stars on GitHub
Top 7.6% on proxy.golang.org
github.com/jeffmitchell-sas/benthos/v4 v4.27.0
Fancy stream processing made operationally mundane
4 versions - Latest release: over 1 year ago - 0 stars on GitHub
Top 7.4% on proxy.golang.org
github.com/andreas-habel/benthos/v4 v4.26.0-cookie
Fancy stream processing made operationally mundane
1 version - Latest release: over 1 year ago - 0 stars on GitHub
Top 9.3% on proxy.golang.org
github.phpd.cn/dapr/components-contrib v1.13.1
130 versions - Latest release: over 1 year ago
Top 7.4% on proxy.golang.org
github.xiaoq7.com/dapr/components-contrib v1.13.1
130 versions - Latest release: over 1 year ago
Top 8.2% on proxy.golang.org
go.mondoo.com/mondoo-operator v1.22.0
☸️ Mondoo Client Kubernetes Operator
106 versions - Latest release: over 1 year ago - 34 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/mondoohq/mondoo-operator v1.22.0
☸️ Mondoo Client Kubernetes Operator
106 versions - Latest release: over 1 year ago - 38 stars on GitHub
Top 8.6% on proxy.golang.org
github.com/dnitsch/configmanager v1.21.3
Config and Secret management across multiple implementations in a uniform way. Inc. AWS SecretsMa...
68 versions - Latest release: over 1 year ago - 4 dependent packages - 2 dependent repositories - 14 stars on GitHub
Top 9.2% on proxy.golang.org
github.hscsec.cn/dnitsch/configmanager v1.21.3
68 versions - Latest release: over 1 year ago
Top 9.0% on proxy.golang.org
github.com/anovateam/benthos/v4 v4.26.0
Fancy stream processing made operationally mundane
54 versions - Latest release: over 1 year ago - 0 stars on GitHub
Top 9.1% on proxy.golang.org
github.com/devinchristianson/benthos/v4 v4.26.0
Fancy stream processing made operationally mundane
40 versions - Latest release: over 1 year ago - 0 stars on GitHub
Top 9.2% on proxy.golang.org
github.skymusic.top/dapr/dapr v1.12.5
233 versions - Latest release: almost 2 years ago
Top 9.1% on proxy.golang.org
github.imxd.top/dapr/components-contrib v1.12.9
128 versions - Latest release: almost 2 years ago
Top 9.2% on proxy.golang.org
github.skymusic.top/dapr/components-contrib v1.12.9
124 versions - Latest release: almost 2 years ago
Top 2.8% on proxy.golang.org
github.com/dapr/components-contrib/tests/certification v0.0.0-20240125202524-0c687df973f3
Community driven, reusable components for distributed apps
253 versions - Latest release: almost 2 years ago - 1 dependent package - 26 dependent repositories - 432 stars on GitHub
Top 9.6% on proxy.golang.org
github.com/openmeterio/benthos-openmeter v0.0.6
Ingest events into OpenMeter from everywhere
6 versions - Latest release: almost 2 years ago - 2 stars on GitHub
Top 9.7% on proxy.golang.org
github.com/Djoulzy/benthos-fsnotify v0.0.0-20240105092134-e943ee4bbbc4
1 version - Latest release: almost 2 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/cludden/benthos/v4 v4.24.0-no-otel.2 💰
A dull, resilient and quick to deploy stream processor
4 versions - Latest release: almost 2 years ago - 1 dependent package - 0 stars on GitHub
github.com/vermacodes/one-click-aks v0.0.0-20231208221625-ead496544e55
One click AKS Deployment & Then Destroy.
27 versions - Latest release: almost 2 years ago - 1 dependent repositories - 1 stars on GitHub
Top 10.0% on proxy.golang.org
github.com/shono-io/leeroy v0.5.8
11 versions - Latest release: almost 2 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/nehal119/benthos-119 v1.1.2
Fancy stream processing made operationally mundane
11 versions - Latest release: almost 2 years ago - 0 stars on GitHub
Top 9.2% on proxy.golang.org
github.com/diwuwudi123/benthos/v4 v4.24.0
Fancy stream processing made operationally mundane
36 versions - Latest release: about 2 years ago - 0 stars on GitHub
Top 9.9% on proxy.golang.org
github.com/James-JLC/dapr-components-contrib v1.8.1-rc.12
12 versions - Latest release: about 2 years ago
Top 9.9% on proxy.golang.org
github.com/james-jlc/dapr-components-contrib v1.8.1-rc.12
10 versions - Latest release: about 2 years ago
github.com/peczenyj/benthos/v4 v4.23.2 💰
Fancy stream processing made operationally mundane
30 versions - Latest release: about 2 years ago - 0 stars on GitHub
github.com/bira37/benthos/v4 v4.22.0
Fancy stream processing made operationally mundane
1 version - Latest release: about 2 years ago - 0 stars on GitHub
github.com/boorad/benthos/v4 v4.22.0 💰
Fancy stream processing made operationally mundane
6 versions - Latest release: about 2 years ago - 0 stars on GitHub
github.com/liuxd6825/dapr v1.12.0
框架目标是简化DDD开发难度,使开发人员可直接进行业务开发,不需关心技术细节与实现。实现技术与业务分离,提升开发效率与质量。
211 versions - Latest release: about 2 years ago - 7 dependent packages - 3 dependent repositories - 0 stars on GitHub
github.com/liuxd6825/dapr-components-contrib v1.12.0
Community driven, reusable components for distributed apps
111 versions - Latest release: about 2 years ago - 0 stars on GitHub
github.com/MorhafAlshibly/coanda v0.0.0-20231005215109-4fcca1d8a0d9
1 version - Latest release: about 2 years ago - 1 stars on GitHub
Top 9.4% on proxy.golang.org
go.mondoo.com/cnquery/providers/azure v0.0.0-20231005093811-59568235f6ea
open source, cloud-native, graph-based asset inventory
2 versions - Latest release: about 2 years ago - 376 stars on GitHub
Top 7.5% on proxy.golang.org
go.mondoo.com/cnspec v0.0.0-20231005054046-df928df33bd8
An open source, cloud-native security to protect everything from build to runtime
293 versions - Latest release: about 2 years ago - 2 dependent packages - 323 stars on GitHub
Top 3.9% on proxy.golang.org
go.mondoo.com/cnquery v0.0.0-20230928171633-f174cbe35607
open source, cloud-native, graph-based asset inventory
396 versions - Latest release: about 2 years ago - 7 dependent packages - 2 dependent repositories - 376 stars on GitHub
Top 9.9% on proxy.golang.org
github.com/akhenakh/geo-benthos v0.0.0-20230920232208-c57bcc2f3c49
Benthos plugins to transform geographic coordinates from a stream.
1 version - Latest release: about 2 years ago - 3 stars on GitHub
github.com/arshanh/benthos/v4 v4.0.0-20230827030726-13a3402bc957
Fancy stream processing made operationally mundane
1 version - Latest release: over 2 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/benthosdev/benthos-plugin-example v0.0.0-20230812135600-046510828869 💰
Benthos plugin examples
3 versions - Latest release: over 2 years ago - 63 stars on GitHub
Top 9.5% on proxy.golang.org
github.com/sjswi/components-contrib v1.11.5
109 versions - Latest release: over 2 years ago
Top 9.7% on proxy.golang.org
github.com/shono-io/cli v0.2.0
The CLI to manage shono and shono artifacts
2 versions - Latest release: over 2 years ago - 1 stars on GitHub
github.com/shono-io/shono v0.2.0
shono go sdk
2 versions - Latest release: over 2 years ago - 1 dependent repositories - 0 stars on GitHub
Top 5.7% on proxy.golang.org
github.com/openmeterio/openmeter v0.2.0
Metering and Billing for AI, API and DevOps. Collect and aggregate millions of usage events in re...
206 versions - Latest release: over 2 years ago - 1 dependent repositories - 1,638 stars on GitHub
github.com/brendandburns/components-contrib v0.0.0-20230619194424-0a06464c945a
Community driven, reusable components for distributed apps
1 version - Latest release: over 2 years ago - 0 stars on GitHub
github.com/sajithsebastian/components-contrib v0.0.0-20230518042917-ebb33e448572
Community driven, reusable components for distributed apps
1 version - Latest release: over 2 years ago - 0 stars on GitHub
Top 9.7% on proxy.golang.org
github.com/CocuyoStudio/dapr-fork v1.10.7
21 versions - Latest release: over 2 years ago
Top 9.7% on proxy.golang.org
github.com/cocuyostudio/dapr-fork v1.10.7
177 versions - Latest release: over 2 years ago
github.com/dafanshu/benthos/v4 v4.14.1 💰
Fancy stream processing made operationally mundane
25 versions - Latest release: over 2 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/mfamador/go-opentelemetry v0.0.0-20230420123941-b710e2e41f42
2 versions - Latest release: over 2 years ago - 0 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/ryanlettieri/components-contrib v1.10.3
Community driven, reusable components for distributed apps
81 versions - Latest release: over 2 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/ItalyPaleAle/components-contrib v1.10.1
29 versions - Latest release: over 2 years ago
Top 8.2% on proxy.golang.org
github.com/italypaleale/components-contrib v1.10.1
29 versions - Latest release: over 2 years ago
Top 8.2% on proxy.golang.org
github.com/italypaleale/dapr-components-contrib v1.10.1
Community driven, reusable components for distributed apps
29 versions - Latest release: over 2 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/ItalyPaleAle/dapr-components-contrib v1.10.1
Community driven, reusable components for distributed apps
29 versions - Latest release: over 2 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/wincus/benthos-gotmpl-plugin v0.0.2
Go text/template processor
2 versions - Latest release: almost 3 years ago - 0 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/RyanLettieri/dapr v1.10.2
Dapr is a portable, event-driven, runtime for building distributed applications across cloud and ...
157 versions - Latest release: almost 3 years ago - 0 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/ryanlettieri/dapr v1.10.2
Dapr is a portable, event-driven, runtime for building distributed applications across cloud and ...
157 versions - Latest release: almost 3 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/hwjiangkai/dapr v1.9.5
143 versions - Latest release: almost 3 years ago
Top 8.2% on proxy.golang.org
github.com/antontroshin/components-contrib v1.9.6
Community driven, reusable components for distributed apps
69 versions - Latest release: about 3 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/jy29/components-contrib v1.9.6
Community driven, reusable components for distributed apps
69 versions - Latest release: about 3 years ago - 0 stars on GitHub
github.com/JY29/components-contrib v1.9.6
Community driven, reusable components for distributed apps
69 versions - Latest release: about 3 years ago - 1 dependent repositories - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/groovy-sky/doh4a/v2 v2.0.0-20221122211749-ca01e9227940
1 version - Latest release: about 3 years ago - 0 stars on GitHub
github.com/groovy-sky/azuredoh/v2 v2.0.0-20221120212237-53c819d49d87
1 version - Latest release: about 3 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/Arend-melissant/simhospital v0.0.0-20221025130320-0da26dcb4110
3 versions - Latest release: about 3 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/fabiant7t/components-contrib v0.0.0-20221020192652-c878016e9ac5
Community driven, reusable components for distributed apps
1 version - Latest release: about 3 years ago - 0 stars on GitHub
Top 9.7% on proxy.golang.org
github.com/ryogok/dedicated-poc v0.0.0-20220917095009-334bc9ec2348
1 version - Latest release: about 3 years ago
Top 9.7% on proxy.golang.org
github.com/conduitio-labs/conduit-connector-benthos v0.0.0-20220916163125-dfde7b7b0b10
Conduit connector wrapping Benthos inputs and outputs
1 version - Latest release: about 3 years ago - 2 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/zgldh/benthos-modbus-processor v1.0.3
Map Modbus data into JSON object.
4 versions - Latest release: about 3 years ago - 2 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/pkedy/dapr v1.8.4
Dapr is a portable, event-driven, runtime for building distributed applications across cloud and ...
124 versions - Latest release: over 3 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/ideaportriga/dapr-components-contrib v1.8.2
Community driven, reusable components for distributed apps
55 versions - Latest release: over 3 years ago - 0 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/utilitywarehouse/data-infra-benthos/v4 v4.4.4
Fancy stream processing made operationally mundane. Forked to allow tweaks
11 versions - Latest release: over 3 years ago - 0 stars on
Past Dependents
Include Past Dependents

Check this option to include packages that no longer depend on this package in their latest version but previously did.