azure-rest-api-specs VS stackql-provider-registry

Compare azure-rest-api-specs vs stackql-provider-registry and see what are their differences.

azure-rest-api-specs

The source for REST API specifications for Microsoft Azure. (by Azure)

stackql-provider-registry

Registry for cloud and SaaS providers for StackQL, generated from extensions to the providers OpenAPI3 specification (by stackql)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
azure-rest-api-specs stackql-provider-registry
7 3
2,466 21
1.7% -
10.0 8.3
3 days ago 2 days ago
TypeScript Go
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

azure-rest-api-specs

Posts with mentions or reviews of azure-rest-api-specs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-09.
  • Shared APIM Service
    2 projects | /r/AZURE | 9 Dec 2023
    Agree here. When I was on the API Management team, I generally saw customers set up a repository of API specifications (incidentally, this is also how we do it internally at Microsoft - check it out at https://github.com/azure/azure-rest-api-specs) - those specifications generally drive the API Management side of things, but with review from a centralized API management team. The “spec” should consist of both the specification (Swagger, SOAP, GraphQL SDL, etc.) and the policy or policies appropriate for the API.
  • Are subscriptions idempotent when deployed via Bicep? I seem to have some issue with them after having success the first time.
    1 project | /r/AZURE | 12 Mar 2023
  • StackQL provider for Azure is now available
    3 projects | dev.to | 31 Aug 2022
    The StackQL Azure provider was created using the Autorest project using Azure specification docs from the azure-rest-api-specs repository. We will be adding integrated interactive authentication; for now, this is cli/sdk based; you can find all the documentation here.
  • LocalStack 1.0 General Availability
    3 projects | news.ycombinator.com | 22 Jul 2022
    In the spirit of moto, it actually looks like quite a bit of the groundwork is available for someone to take a swing at an Azure version:

    * the cli uses the python SDK: https://github.com/Azure/azure-cli/blob/azure-cli-2.38.0/src...

    * which uses autorest: https://github.com/Azure/azure-sdk-for-python/tree/azure-mgm...

    * of what appears to be an OpenAPI-ish spec: https://github.com/Azure/azure-rest-api-specs/tree/fda2db441...

  • Implementing Microsoft REST API Guidelines Filter
    2 projects | news.ycombinator.com | 12 Jul 2022
    I'm not sure what you mean by "it is very hard to give contextuality on it"; OAS does supports referring to a type by reference, so that higher level types can reuse the definition of structs they might contain.

    But even so, here the problem is that the APIs aren't actual PUT/GETs: they payload types aren't the same going up as they are coming down. It is really two separate types, one for PUT, one for GET.

    Some of that is to be expected (there will be some information after the create that is only added by the VM coming into being) but how Kubernetes handles this with a separate "status" for the item I think ends up letting the rest of the type (spec, in k8s's case) be the same type. (… ish. K8s has variants of this problem, too.)

    To expand a bit, I'm largely relegated to the API docs themselves. Browsing the actual schema is hard:

      Start at: https://github.com/Azure/azure-rest-api-specs
  • Azure Bicep - How do I know what property values are valid?
    1 project | /r/AZURE | 23 Jul 2021
    I feel your pain, a good resource for me has been the REST API specs - https://github.com/Azure/azure-rest-api-specs/tree/master/specification
  • apiVersion deprecation
    1 project | /r/AZURE | 29 Mar 2021
    You might get some clues here. Maybe. https://github.com/Azure/azure-rest-api-specs

stackql-provider-registry

Posts with mentions or reviews of stackql-provider-registry. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-06.
  • Unified analytics and IaC framework for cloud, IdP, and SaaS providers using SQL
    4 projects | news.ycombinator.com | 6 Oct 2023
    Hi HN, we have an open-source project called StackQL which can be used for CSPM, cross-provider UAM/entitlements reporting, inventory analysis, and finops across different public cloud and SaaS providers; see https://github.com/stackql/stackql-provider-registry. In addition, StackQL can be used for IaC (across different cloud providers), including multi-cloud transaction and rollback capability, which we are building out. Can be used standalone (in exec or server mode running a postgres wire protocol server) or using Docker, Python, Jupyter, within GitHub Actions (incl https://github.com/marketplace/actions/stackql-studios-stack... and https://github.com/marketplace/actions/stackql-studios-stack...) and more.

    The project can also be used with a private registry (API provider) as an application query interface - like GraphQL - except using SQL statements and transformations (including scalar and aggregate functions, joins, unions, and table-valued functions - see https://github.com/stackql/stackql-middleware and https://github.com/stackql/stackql-playground.

    We are looking for contributors!! The core project is written in Golang with tests implemented using the Robot framework and Python. We have about 40 related repos in our org, spanning Python, Jupyter, JavaScript/TypeScript (Deno and NodeJS). Let us know what you think!

  • SQL based OpenAPI client for cloud and SaaS providers
    3 projects | news.ycombinator.com | 2 Jan 2023
  • StackQL provider for Azure is now available
    3 projects | dev.to | 31 Aug 2022
    We are looking for Azure enthusiasts to road-test it! Reach out here if you are interested.

What are some alternatives?

When comparing azure-rest-api-specs and stackql-provider-registry you can also consider the following projects:

prism - Turn any OpenAPI2/3 and Postman Collection file into an API server with mocking, transformations and validations.

stackql-playground

mockoon - Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open source.

stackql-middleware - Middleware solution to allow clients to query back end APIs using SQL

autorest - OpenAPI (f.k.a Swagger) Specification code generator. Supports C#, PowerShell, Go, Java, Node.js, TypeScript, Python

azure-cli - Azure Command-Line Interface

stackql - Query, provision and operate Cloud and SaaS resources and APIs using an extensible SQL based framework

azure-sdk-for-python - This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.

Selefra - The open-source policy-as-code software that provides analysis for Multi-Cloud and SaaS environments, you can get insight with natural language (powered by OpenAI).

SOFA - The best way to create REST APIs - Generate RESTful APIs from your GraphQL Server