fargate-game-servers VS PostHog

Compare fargate-game-servers vs PostHog and see what are their differences.

fargate-game-servers

This repository contains an example solution on how to scale a fleet of game servers on AWS Fargate on Elastic Container Service and route players to game sessions using a Serverless backend. Game Server data is stored in ElastiCache Redis. All resources are deployed with Infrastructure as Code using CloudFormation, Serverless Application Model, Docker and bash/powershell scripts. By leveraging AWS Fargate for your game servers you don't need to manage the underlying virtual machines. (by aws-samples)

PostHog

🦔 PostHog provides open-source product analytics, session recording, feature flagging and A/B testing that you can self-host. (by PostHog)
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
fargate-game-servers PostHog
10 99
40 17,172
- 3.9%
0.0 10.0
over 1 year ago 6 days ago
C# Python
MIT No Attribution GNU General Public License v3.0 or later
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.

fargate-game-servers

Posts with mentions or reviews of fargate-game-servers. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-07-10.
  • What Cloud Desktop PC service do you recommend to test a multiplayer game with UE5.2 ?
    1 project | /r/unrealengine | 17 May 2023
    AWS - GameTech
  • What I dont understand about botting.
    1 project | /r/lostarkgame | 15 Jun 2022
  • The following Gaming industries are reinventing games with AWS.
    1 project | dev.to | 26 May 2022
    Visit https://aws.amazon.com/gametech/ to get started today!
  • Amazon GameSparks
    1 project | news.ycombinator.com | 28 Mar 2022
  • AWS servers
    1 project | /r/EscapefromTarkov | 31 Dec 2021
    Even if BSG came out tomorrow and publicly released their entire server topology/infrastructure, then said "here's what's consistently failing under too much load; somebody with expertise please help us fix it", there'd still be 10+ people all making blanket suggestions like "jUsT pUT iT In ThE ClOuD!!! It's this easy!", without a single iota of a nuance or a detailed solution offered. As if it's just a matter of calling fucking CDW or something and having their "experts" migrate your product into your elastic computing partner of choice over a weekend, JFC.
  • AWS makes over a billion dollars a year
    1 project | /r/Games | 29 Sep 2021
  • East Coast Server Locations?
    1 project | /r/newworldgame | 23 Sep 2021
    Also curious, maybe it was mentioned by Scott in an interview. Amazon Game Tech has many hosting solutions not just EKS.
  • MENA Game Tech Day 2021 - Building a real-time leaderboard with serverless on AWS
    2 projects | dev.to | 10 Jul 2021
  • Ask HN: Who is hiring? (March 2021)
    22 projects | news.ycombinator.com | 1 Mar 2021
    Amazon Web Services (AWS - Game Technologies group)| Various roles | Seattle (though currently WFH) | Full-time, Onsite | https://aws.amazon.com/gametech/

    I am the senior manager (skip-level manager) for these roles so feel free to email me with questions (contact info in my profile). We have multiple mid-level (experience expected) software development engineering roles open. We work on cutting edge tech that helps games and simulations run on AWS and scale in ways they couldn't alone. I am looking for people with distributed service development (we do most of this in Java), and game engine/game dev experience (preferred Unreal). We're building an all new AWS service, solving hard technical problems, and we get to have games as a customer, which is pretty awesome to me.

    Links: (service focused SDE role) https://www.amazon.jobs/en/jobs/1365397/software-development..., (game engine role) https://www.amazon.jobs/en/jobs/1365399/software-development...

  • AWS open source news and updates No. 38
    11 projects | dev.to | 4 Oct 2020
    Game Server Hosting on AWS Fargate This repository contains an example solution on how to scale a fleet of game servers on AWS Fargate on Elastic Container Service and route players to game sessions using a Serverless backend. Game Server data is stored in ElastiCache Redis. All resources are deployed with Infrastructure as Code using CloudFormation, Serverless Application Model, Docker and bash/powershell scripts. By leveraging AWS Fargate for your game servers you don't need to manage the underlying virtual machines.

PostHog

Posts with mentions or reviews of PostHog. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-12.
  • How Telemetry Saved my Open-Source Platform
    3 projects | dev.to | 12 Apr 2024
    It would be a shame not to mention PostHog as the telemetry provider we are using, since it turned out to be extremely useful. Because it is hard to find people who will talk with you about your product, gathering statistics gave us a much greater insight into our users.
  • Free tools for developers to build their apps
    4 projects | dev.to | 5 Jan 2024
    6- PostHog
  • Using Analytics on My Website
    7 projects | news.ycombinator.com | 15 Dec 2023
    Hi HN, PostHog employee here. I'm working on our Web Analytics product, which is currently in beta. It's fun to see us mentioned here :)

    I should mention that we have a ton of SDKs (see https://posthog.com/docs/libraries) for back end frameworks and languages, so if you wanted to use PostHog without any client-side JS you could send pageviews and other events manually, but for the vast majority of people it makes more sense to use our JS snippet.

    Hijacking this comment to share the roadmap for web analytics https://github.com/PostHog/posthog/issues/18547. It's very much in the launch-early-and-be-embarassed phase, but I would love to hear any feedback or suggestions that people have, particularly if you're already a PostHog user.

  • Show HN: Flywheel
    1 project | news.ycombinator.com | 14 Dec 2023
    how's this different than https://posthog.com/ ?
  • Open Source alternatives to tools you Pay for
    21 projects | dev.to | 8 Dec 2023
    PostHog - Open Source Alternative to Mixpanel
  • Show HN: Monitor your webapp with minimal setup
    7 projects | news.ycombinator.com | 20 Nov 2023
  • Ask HN: Where to Store Logs?
    3 projects | news.ycombinator.com | 21 Oct 2023
    Don't insert the logs/events/analytics into your Application DB. Usually, you send those to specialist datastores (OLAP etc) that process such high volume of data. You can use something like clickhouse [0] for example or use 3rd party SAAS solutions like posthog [1] etc that are built on top of clickhouse

    [0] https://clickhouse.com

    [1] https://posthog.com

  • Ask HN: What would you use to build a mostly CRUD back end today?
    5 projects | news.ycombinator.com | 16 Sep 2023
    I may use Flask-Admin initially to offload the "CRUD" operations to have an initial prototype fast but then drop it ASAP because I don't want to write a "flask-admin application" to fight against later on. If the application is mainly "CRUD", then Flask-Admin is suitable.

    Now...

    Would you do a breakdown/list of all the jobs you've done by sector/vertical and by function/role and by application functionality?

    - [0]: https://flask.palletsprojects.com

    - [1]: https://flask-admin.readthedocs.io/en/latest

    - [2]: https://flask.palletsprojects.com/en/2.3.x/patterns/celery

    - [3]: https://sentry.io

    - [4]: https://posthog.com

    - [5]: https://www.docker.com

  • Ask HN: Who is hiring? (July 2023)
    16 projects | news.ycombinator.com | 3 Jul 2023
    PostHog | Remote (US/Europe timezones) | Full stack engineer, technical ex-founder, tech lead | https://posthog.com

    PostHog is the only open-source Product OS, combining product analytics, session recordings, feature flags, cdp and a data warehouse in one.

    We have a culture of written async communication (see our handbook [0]), lots of individual responsibility and an opportunity to make a huge impact. Being fully remote means we're able to create a team that is truly diverse. We're based all over the world, and the team includes former YC founders, CTOs turned developers and recent grads.

    To apply see https://posthog.com/careers or email us [email protected]

    [0] https://posthog.com/handbook/

  • planetsin.space -- a PI management and reminder tool
    1 project | /r/Eve | 3 Jul 2023
    There seems to be posthog.com analytics and AB or feature flag functionality that is blocked by adblockers. Probably that?

What are some alternatives?

When comparing fargate-game-servers and PostHog you can also consider the following projects:

kconnect - Kubernetes Connection Manager CLI

Snowplow - The enterprise-grade behavioral data engine (web, mobile, server-side, webhooks), running cloud-natively on AWS and GCP

sgr - sgr (command line client for Splitgraph) and the splitgraph Python library

Matomo - Empowering People Ethically with the leading open source alternative to Google Analytics that gives you full control over your data. Matomo lets you easily collect data from websites & apps and visualise this data and extract insights. Privacy is built-in. Liberating Web Analytics. Star us on Github? +1. And we love Pull Requests!

aws-lambda-dotnet - Libraries, samples and tools to help .NET Core developers develop AWS Lambda functions.

Sentry - Developer-first error tracking and performance monitoring

aws-workflows-on-github - Workflows for automation of AWS services setup from Github CI/CD

Plausible Analytics - Simple, open source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.

Open Food Network - Connect suppliers, distributors and consumers to trade local produce.

Grafana - The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.

grouparoo - 🦘 The Grouparoo Monorepo - open source customer data sync framework

openreplay - Session replay and analytics tool you can self-host. Ideal for reproducing issues, co-browsing with users and optimizing your product.