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
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: 7 months ago
First release: over 3 years ago
Namespace: github.com/Azure/azure-sdk-for-go/sdk/data
Dependent packages: 96
Dependent repositories: 128
Stars: 1,266 on GitHub
Forks: 747 on GitHub
Docker dependents: 33
Docker downloads: 81,611,785
See more repository details: repos.ecosyste.ms
Last synced: about 3 hours ago
github.com/cll-gg/benthos/v4 v4.30.1
Fancy stream processing made operationally mundane44 versions - Latest release: 11 months ago - 0 stars on GitHub
github.com/azarc-io/components-contrib v1.13.4
Community driven, reusable components for distributed apps134 versions - Latest release: 11 months ago - 0 stars on GitHub
github.com/TykTechnologies/benthos/v4 v4.27.1
Fancy stream processing made operationally mundane2 versions - Latest release: 11 months ago - 1 stars on GitHub
github.com/tyktechnologies/benthos/v4 v4.27.1
Fancy stream processing made operationally mundane2 versions - Latest release: 11 months ago - 1 stars on GitHub
github.com/srenatus/benthos/v4 v4.28.0 💰
Fancy stream processing made operationally mundane2 versions - Latest release: 11 months ago - 0 stars on GitHub
github.com/jeffmitchell-sas/benthos/v4 v4.27.0
Fancy stream processing made operationally mundane4 versions - Latest release: 12 months ago - 0 stars on GitHub
github.com/andreas-habel/benthos/v4 v4.26.0-cookie
Fancy stream processing made operationally mundane1 version - Latest release: about 1 year ago - 0 stars on GitHub
github.phpd.cn/dapr/components-contrib v1.13.1
130 versions - Latest release: about 1 year agogithub.xiaoq7.com/dapr/components-contrib v1.13.1
130 versions - Latest release: about 1 year agogithub.hscsec.cn/dnitsch/configmanager v1.21.3
68 versions - Latest release: about 1 year agogithub.com/devinchristianson/benthos/v4 v4.26.0
Fancy stream processing made operationally mundane40 versions - Latest release: about 1 year ago - 0 stars on GitHub
github.com/anovateam/benthos/v4 v4.26.0
Fancy stream processing made operationally mundane54 versions - Latest release: about 1 year ago - 0 stars on GitHub
github.com/Canva/benthos/v4 v4.13.0
A fork of the official benthosdev/benthos repository in order to apply Canva-specific customisations17 versions - Latest release: about 1 year ago - 1 stars on GitHub
github.com/canva/benthos/v4 v4.13.0
A fork of the official benthosdev/benthos repository in order to apply Canva-specific customisations17 versions - Latest release: about 1 year ago - 1 stars on GitHub
github.skymusic.top/dapr/dapr v1.12.5
233 versions - Latest release: about 1 year agogithub.skymusic.top/dapr/components-contrib v1.12.9
124 versions - Latest release: about 1 year agogithub.imxd.top/dapr/components-contrib v1.12.9
128 versions - Latest release: about 1 year agogithub.com/dapr/components-contrib/tests/certification v0.0.0-20240125202524-0c687df973f3
Community driven, reusable components for distributed apps253 versions - Latest release: over 1 year ago - 1 dependent package - 26 dependent repositories - 432 stars on GitHub
github.com/openmeterio/benthos-openmeter v0.0.6
Ingest events into OpenMeter from everywhere6 versions - Latest release: over 1 year ago - 2 stars on GitHub
github.com/Djoulzy/benthos-fsnotify v0.0.0-20240105092134-e943ee4bbbc4
1 version - Latest release: over 1 year ago - 0 stars on GitHubgithub.com/vermacodes/one-click-aks v0.0.0-20231208221625-ead496544e55
One click AKS Deployment & Then Destroy.27 versions - Latest release: over 1 year ago - 1 dependent repositories - 1 stars on GitHub
github.com/shono-io/leeroy v0.5.8
11 versions - Latest release: over 1 year ago - 0 stars on GitHubgithub.com/nehal119/benthos-119 v1.1.2
Fancy stream processing made operationally mundane11 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/diwuwudi123/benthos/v4 v4.24.0
Fancy stream processing made operationally mundane36 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/James-JLC/dapr-components-contrib v1.8.1-rc.12
12 versions - Latest release: over 1 year agogithub.com/james-jlc/dapr-components-contrib v1.8.1-rc.12
10 versions - Latest release: over 1 year agogithub.com/peczenyj/benthos/v4 v4.23.2 💰
Fancy stream processing made operationally mundane30 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/bira37/benthos/v4 v4.22.0
Fancy stream processing made operationally mundane1 version - Latest release: over 1 year ago - 0 stars on GitHub
github.com/boorad/benthos/v4 v4.22.0 💰
Fancy stream processing made operationally mundane6 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/liuxd6825/dapr v1.12.0
框架目标是简化DDD开发难度,使开发人员可直接进行业务开发,不需关心技术细节与实现。实现技术与业务分离,提升开发效率与质量。211 versions - Latest release: over 1 year 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 apps111 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/MorhafAlshibly/coanda v0.0.0-20231005215109-4fcca1d8a0d9
1 version - Latest release: over 1 year ago - 1 stars on GitHubgo.mondoo.com/cnquery/providers/azure v0.0.0-20231005093811-59568235f6ea
open source, cloud-native, graph-based asset inventory2 versions - Latest release: over 1 year ago - 230 stars on GitHub
github.com/akhenakh/geo-benthos v0.0.0-20230920232208-c57bcc2f3c49
Benthos plugins to transform geographic coordinates from a stream.1 version - Latest release: over 1 year ago - 3 stars on GitHub
github.com/arshanh/benthos/v4 v4.0.0-20230827030726-13a3402bc957
Fancy stream processing made operationally mundane1 version - Latest release: over 1 year ago - 0 stars on GitHub
github.com/sjswi/components-contrib v1.11.5
109 versions - Latest release: almost 2 years agogithub.com/shono-io/cli v0.2.0
The CLI to manage shono and shono artifacts2 versions - Latest release: almost 2 years ago - 1 stars on GitHub
github.com/shono-io/shono v0.2.0
shono go sdk2 versions - Latest release: almost 2 years ago - 1 dependent repositories - 0 stars on GitHub
github.com/brendandburns/components-contrib v0.0.0-20230619194424-0a06464c945a
Community driven, reusable components for distributed apps1 version - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/sajithsebastian/components-contrib v0.0.0-20230518042917-ebb33e448572
Community driven, reusable components for distributed apps1 version - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/CocuyoStudio/dapr-fork v1.10.7
21 versions - Latest release: almost 2 years agogithub.com/cocuyostudio/dapr-fork v1.10.7
177 versions - Latest release: almost 2 years agogithub.com/dafanshu/benthos/v4 v4.14.1 💰
Fancy stream processing made operationally mundane25 versions - Latest release: about 2 years ago - 0 stars on GitHub
github.com/mfamador/go-opentelemetry v0.0.0-20230420123941-b710e2e41f42
2 versions - Latest release: about 2 years ago - 0 stars on GitHubgithub.com/italypaleale/components-contrib v1.10.1
29 versions - Latest release: about 2 years agogithub.com/italypaleale/dapr-components-contrib v1.10.1
Community driven, reusable components for distributed apps29 versions - Latest release: about 2 years ago - 0 stars on GitHub
github.com/ryanlettieri/components-contrib v1.10.3
Community driven, reusable components for distributed apps81 versions - Latest release: about 2 years ago - 0 stars on GitHub
github.com/ItalyPaleAle/dapr-components-contrib v1.10.1
Community driven, reusable components for distributed apps29 versions - Latest release: about 2 years ago - 0 stars on GitHub
github.com/ItalyPaleAle/components-contrib v1.10.1
29 versions - Latest release: about 2 years agogithub.com/wincus/benthos-gotmpl-plugin v0.0.2
Go text/template processor2 versions - Latest release: about 2 years ago - 0 stars on GitHub
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: about 2 years ago - 0 stars on GitHub
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: about 2 years ago - 0 stars on GitHub
github.com/hwjiangkai/dapr v1.9.5
143 versions - Latest release: over 2 years agogithub.com/antontroshin/components-contrib v1.9.6
Community driven, reusable components for distributed apps69 versions - Latest release: over 2 years ago - 0 stars on GitHub
github.com/jy29/components-contrib v1.9.6
Community driven, reusable components for distributed apps69 versions - Latest release: over 2 years ago - 0 stars on GitHub
github.com/JY29/components-contrib v1.9.6
Community driven, reusable components for distributed apps69 versions - Latest release: over 2 years ago - 1 dependent repositories - 0 stars on GitHub
github.com/groovy-sky/doh4a/v2 v2.0.0-20221122211749-ca01e9227940
1 version - Latest release: over 2 years ago - 0 stars on GitHubgithub.com/groovy-sky/azuredoh/v2 v2.0.0-20221120212237-53c819d49d87
1 version - Latest release: over 2 years ago - 0 stars on GitHubgithub.com/Arend-melissant/simhospital v0.0.0-20221025130320-0da26dcb4110
3 versions - Latest release: over 2 years ago - 0 stars on GitHubgithub.com/fabiant7t/components-contrib v0.0.0-20221020192652-c878016e9ac5
Community driven, reusable components for distributed apps1 version - Latest release: over 2 years ago - 0 stars on GitHub
github.com/ryogok/dedicated-poc v0.0.0-20220917095009-334bc9ec2348
1 version - Latest release: over 2 years agogithub.com/conduitio-labs/conduit-connector-benthos v0.0.0-20220916163125-dfde7b7b0b10
1 version - Latest release: over 2 years agogithub.com/zgldh/benthos-modbus-processor v1.0.3
Map Modbus data into JSON object.4 versions - Latest release: over 2 years ago - 2 stars on GitHub
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 2 years ago - 0 stars on GitHub
github.com/ideaportriga/dapr-components-contrib v1.8.2
Community driven, reusable components for distributed apps55 versions - Latest release: over 2 years ago - 0 stars on GitHub
github.com/utilitywarehouse/data-infra-benthos/v4 v4.4.4
Fancy stream processing made operationally mundane. Forked to allow tweaks11 versions - Latest release: almost 3 years ago - 0 stars on
github.com/robertmarsal/benthos/v4 v4.4.0
Fancy stream processing made operationally mundane9 versions - Latest release: almost 3 years ago - 0 stars on GitHub
github.com/yash-nisar/dapr v1.8.0
120 versions - Latest release: almost 3 years agogithub.com/cibingeorge/benthos/v4 v4.3.0 💰
Fancy stream processing made operationally mundane7 versions - Latest release: almost 3 years ago - 0 stars on GitHub
github.com/eduardodbr/benthos/v4 v4.2.0 removed
7 versions - Latest release: almost 3 years agogithub.com/mihaitodor/benthos-vader v0.0.0-20220527225612-5cbf9da15e82
Benthos with sentiment analysis support1 version - Latest release: almost 3 years ago - 1 stars on GitHub
github.com/blue-eight/azgo/azgo v0.0.0-20210930202145-cf46bd98efd1
azgo is a simple CLI tool that demonstrates the use of Azure from the Go programming language.2 versions - Latest release: over 3 years ago - 1 stars on GitHub
Check this option to include packages that no longer depend on this package in their latest version but previously did.