{"id":21450591,"url":"https://github.com/ogaudefroy/glimpse.adomd","last_synced_at":"2026-02-26T10:01:16.904Z","repository":{"id":80337834,"uuid":"38124230","full_name":"ogaudefroy/Glimpse.Adomd","owner":"ogaudefroy","description":"Glimpse support for ADOMD components","archived":false,"fork":false,"pushed_at":"2016-09-03T16:51:32.000Z","size":17815,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-03T12:16:39.846Z","etag":null,"topics":["glimpse","mdx","ssas"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ogaudefroy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-06-26T17:24:16.000Z","updated_at":"2019-01-27T14:10:25.000Z","dependencies_parsed_at":"2023-03-02T02:31:16.017Z","dependency_job_id":null,"html_url":"https://github.com/ogaudefroy/Glimpse.Adomd","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ogaudefroy%2FGlimpse.Adomd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ogaudefroy%2FGlimpse.Adomd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ogaudefroy%2FGlimpse.Adomd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ogaudefroy%2FGlimpse.Adomd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ogaudefroy","download_url":"https://codeload.github.com/ogaudefroy/Glimpse.Adomd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235279199,"owners_count":18964220,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["glimpse","mdx","ssas"],"created_at":"2024-11-23T04:15:53.644Z","updated_at":"2026-02-26T10:01:11.824Z","avatar_url":"https://github.com/ogaudefroy.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Glimpse.Adomd\nGlimpse support for ADOMD components\n\n[![Build status](https://ci.appveyor.com/api/projects/status/ah7v9e26agnm67ql/branch/master?svg=true)](https://ci.appveyor.com/project/ogaudefroy/glimpse-adomd/branch/master) [![NuGet version](https://badge.fury.io/nu/Glimpse.Adomd.svg)](https://badge.fury.io/nu/Glimpse.Adomd)\n\n![Screenshot](/doc/screenshot.png)\n\nRequires the usage of [Microsoft.AnalysisServices.AdomdClient.Abstractions](https://github.com/ogaudefroy/Microsoft.AnalysisServices.AdomdClient.Abstractions) to support native component substitution.\n\n## Setup\n - Replace your regular AdomdConnection with GlimpseAdomdConnection\n - You can create your command by\n\t - Calling the CreateCommand method available in the connection\n\t - Instantiating a new GlimpseAdomdCommand\n\n## Usage\n```C#\n    using (var conn = new GlimpseAdomdConnection(connStr))\n            {\n                conn.Open();\n                var cmd = conn.CreateCommand();\n                cmd.CommandText = \"SELECT [Date].[Calendar Year].[StrToMember(@CalendarYear)] on 0 FROM [Adventure Works];\";\n                var parameter = cmd.CreateParameter();\n                parameter.ParameterName = \"CalendarYear\";\n                parameter.Value = \"CY 2012\";\n                cmd.Parameters.Add(parameter);\n                return cmd.ExecuteCellSet();\n            }\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fogaudefroy%2Fglimpse.adomd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fogaudefroy%2Fglimpse.adomd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fogaudefroy%2Fglimpse.adomd/lists"}