Learning VisionPro: Let's Build a Stock Market App

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. swift-openapi-generator

    Generate Swift client and server code from an OpenAPI document.

    After doing some research, I also discovered Apple has a Swift-OpenAPI generator project on GitHub. Polygon provides an OpenAPI spec already. It’s how we generate things like our Postman collection. I bookmarked the Apple project and will come back to once I get the basics up and running.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. Alamofire

    Elegant HTTP Networking in Swift

    To access the APIs, you need an API key, which which you can get with the free Basic plan. Once you have it, authorization is via a Bearer token making it easy to create a simple wrapper client using Alamofire.

  4. polygonxr

    That’s a pretty good start. I got my client wrapper working using the Polygon.io free plan and mapping to a struct, plus created ,an albeit simple, interface to show aggregate data. I’m a long way from done, but the bones are there. Next, I’ll look at incorporating some gestures like changing date ranges via zooming, and add the company info news feed. If you want to follow along, make sure you star and watch the GitHub repo.

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

  • Using the Swift OpenAPI Generator for the Jamf Pro API

    4 projects | dev.to | 26 Aug 2024
  • Implementing Parts of the Swift Compiler in Swift

    4 projects | news.ycombinator.com | 9 Aug 2022
  • Szabadúszó iOS fejlesztőt keresek

    2 projects | /r/programmingHungary | 4 Aug 2022
  • Any tutorials you recommend for URLSession?

    2 projects | /r/swift | 25 Feb 2022
  • Network Plugin, support batch and chain operation

    3 projects | dev.to | 3 Feb 2022

Did you know that Swift is
the 15th most popular programming language
based on number of references?