Well, multiple disks hovering close to 99%, it’s definitely time to increase storage for OpenAttribution and AppGoblin. I needed cheap S3 hosting, and I had a pretty strong urge to do it myself. Parts This should be up to you, but in the end I ended up grabbing an 8-bay Just-a-Bunch-Of-Disks (JBOD) which is a…
Tag: data
Easiest way to get Tanstack Table v8 working with Svelte 5!
Easy way to get tanstack v8 working with svelte 5 and Skeleton
Nearly 50% of Android Apps use Mobile Trackers
There are 5 large mobile app trackers, also called MMPs. Those are AppsFlyer, Adjust (owned by AppLovin), Branch and Yandex AppMetrica. These mobile attribution companies track users data across many apps. For Android nearly 50% of all apps contain a mobile app tracker and for iOS a bit less at 1 in 4 apps. This…
Mobile SDK Showdown: Unveiling 2025’s Most Popular Frameworks Powering 30K Apps
I finally updated AppGoblin to show the most popular mobile SDKs that are used for Android and iOS apps. To recap, I’ve now decompiled ~24k Android and 6k iOS apps. I check for various plugins/frameworks/SDKs and have made a list of which are used in the most apps. You can also click into each one…
Quick Peek at DeepSeek’s Android Chinese SDKs
I took the afternoon to peek inside DeepSeek to see the various Chinese SDKs and tag some new Chinese companies AppGoblin wasn’t previously tracking (*cough* tencent, not sure how I wasn’t tracking that one yet). SDKs So I found three companies which I previously wasn’t quite tracking and added those in. So let’s go over…
Why is an MMP ‘required’ for buying mobile app ads?
I got to join the GameMakers podcast along with AppsFlyer’s Brian Murphy and WildCardGames’ Josh Chandley to discuss how mobile app ad attribution platforms (MMPs) are basically required for running mobile ads. It was a great chance for me to pitch the first open source MMP, Open Attribution. Why are MMPs ‘required’ for buying mobile…
ClickHouse in Less than 2GB RAM in Docker
I’ve had great success with ClickHouse on a 4GB RAM server (shared with other things, full load) but not so on my small server with only 2GB RAM and 2GB swap. I’m having some trouble lately with running ClickHouse, along with 5 or so other services like Kafka, Zookeeper, two python backends and a Node/Svelte…
GitHub Large File Storage (git lfs) is basically paid only
2 GB Maximum file size sounds great for GitHub LFS. When I saw that I thought, perfect, it’s small but it’ll do. Time to push! “Git LFS disabled for ddxv” Wait what? Git LFS has been disabled on your personal account ddxv because you’ve exceeded your data plan by at least 150%. Please purchase additional…
Before You Agree: What data does TikTok collect before Terms of Service?
Would you like to see what data is coming out of TikTok when you first open it up? Let’s get to it. Didn’t this used to be easy to do? As security for iPhones and Androids increased it continually made viewing the traffic leaving your own device more difficult. This is in stark contrast to…
ClickHouse: Refreshing Take on Materialized Views
Working on my Open Source MMP I have been seeing how much of it will work with ClickHouse. Unfortunately combining multiple streaming data sources in ClickHouse was proving difficult as data would semi randomly not join correctly. This led to a potential fix by using the very recent ClickHouse refreshable materialized views. These refreshable views…