What's a good resource for learning project architecture ?

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

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

    Pitchfork is a Set of C++ Project Conventions

  • Take a look at the pitchfork standard - a lot of projects follow this convention today: https://github.com/vector-of-bool/pitchfork

  • semver

    Semantic Versioning Specification

  • nitpick on terminology - in my limited experience, people use the term "architecture" when they're talking about the internal code structure (what classes exist and how they interact), and not about how the project files are organized. With the exception of headers, you can pretty much rearrange your files however you want without impacting consumers of your library much, but changing the functions and classes in your API will often affect them. You may want to get familiar with https://semver.org/.

  • 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