I've got tired of Cloud SDKs

This page summarizes the projects mentioned and recommended in the original post on /r/dotnet

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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • stowage

    Bloat-free, no BS cloud storage SDK.

  • Appreciate any feedback and criticism if you fancy checking it out: https://github.com/aloneguid/stowage

  • Refit

    The automatic type-safe REST library for .NET Core, Xamarin and .NET. Heavily inspired by Square's Retrofit library, Refit turns your REST API into a live interface.

  • I think this would work for almost anything other than authentication (obviously) and streaming as there's no singular approach for this. TBH I prefer writing out my REST calls in just plain HttpClient as these days it's pretty much ready to use as-is, or something like Refit (https://github.com/reactiveui/refit) which I absolutely adore but I wanted a self-contained lib. This allows to skip unneeded bloat in http request payloads and just make it all small and to the point.

  • 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.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Exception Handling in C# Methods returning object

    2 projects | /r/dotnet | 8 Dec 2023
  • Refactor your dotNET HTTP Clients to Typed HTTP Clients

    1 project | /r/dotnet | 23 May 2023
  • HttpClient best approach

    3 projects | /r/dotnet | 4 Apr 2023
  • how to structure code for rest api calls

    1 project | /r/csharp | 20 Jan 2023
  • ASP.NET Core - how to properly make a GET request?

    4 projects | /r/dotnet | 6 Jan 2023