Respectlytics Respect lytics
Sign In Start Free Trial
Menu
Replace mParticle Open-source SDK + server

Replace mParticle with an open-source analytics stack

Migrate from mParticle to open-source Respectlytics. MIT SDK, AGPL-3.0 server. Helps developers avoid collecting personal data.

β–ΈExample mParticle call (the "before")

swift Respectlytics
import mParticle_Apple_SDK
let options = MParticleOptions(key: "YOUR_KEY", secret: "YOUR_SECRET")
options.identifyRequest = MPIdentityApiRequest.withEmptyUser()
options.identifyRequest?.email = email
options.identifyRequest?.customerId = userId
MParticle.sharedInstance().start(with: options)
let event = MPEvent(name: "Paywall Purchase", type: .transaction)
event?.customAttributes = ["value": price, "currency": "USD"]
MParticle.sharedInstance().logEvent(event!)

Closed-source analytics SDKs require you to trust vendor claims about behaviour. Open-source SDKs let your security team verify those claims from source. For regulated industries this is often a procurement-gating requirement. Respectlytics's SDKs are MIT-licensed and fully open; the server is AGPL-3.0.

β˜‘Remove mParticle cleanly

  1. 1

    Remove the mParticle SDK from your build (mParticle-Apple-SDK / mparticle-android-sdk / react-native-mparticle / mparticle_flutter_sdk)

  2. 2

    Remove MParticle.start() and MParticle.logEvent(...) call sites

  3. 3

    Critically: review your mParticle output forwarders and decide which downstream destinations you still need data flowing to (most don't β€” Respectlytics is direct)

  4. 4

    Delete Identity.identify() and modify() calls β€” those drive the identity merge graph

  5. 5

    Delete the mParticle workspace's mobile input once events have stopped flowing

⇋mParticle vs Respectlytics β€” open-source sdk + server

mParticleRespectlytics
SDK source publicly availableβ€” see tool note aboveYes (MIT)
Server source publicly availableβ€” typically noYes (AGPL-3.0)
Reproducible builds from sourceβ€” variesYes (CI publishes from same commit)
Fork-and-modify allowedβ€” varies by licenseYes
Public commit historyβ€” typically noYes (GitHub)

❓Frequently asked questions

Where can we audit the source?

GitHub: github.com/respectlytics. Each SDK has its own repository with source, tests, CI configuration, and release tags. The server lives in a separate repo with the same conventions.

Are the published binaries reproducible from source?

Yes β€” CI builds use deterministic build commands. The artifacts published to CocoaPods / SPM / Maven Central / npm / pub.dev are produced by the same pipeline that runs against each commit. Reproducible builds are a goal we test against; report any discrepancy as an issue.

Can we modify the SDK and ship our fork?

Yes β€” MIT permits modification and redistribution with attribution. Many enterprises fork to adjust logging, add internal tracing, or vendor the SDK into their build.

Why MIT for SDK and AGPL for server?

Standard split for source-available SaaS (GitLab, Sentry, MinIO, Plausible). MIT on the SDK maximises consumer freedom β€” your app picks up the dependency without obligation. AGPL on the server prevents competing closed-source SaaS forks while allowing internal self-hosting freely.

β‡’Related migration guides

Replace mParticle: no att prompt Same tool, No ATT prompt Replace mParticle: no pii collected Same tool, No PII collected Replace mParticle: no phi collected Same tool, No PHI collected Replace mParticle: 5-field event schema Same tool, 5-field event schema Replace mParticle: ram-only event queue Same tool, RAM-only event queue Replace mParticle: fewer third-party sdks Same tool, Fewer third-party SDKs Replace mParticle: smaller app binary Same tool, Smaller app binary Replace mParticle: faster cold start Same tool, Faster cold start Replace mParticle: eu data residency Same tool, EU data residency Replace mParticle: self-hosted deployment Same tool, Self-hosted deployment Replace Firebase Analytics: open-source sdk + server Same outcome, Firebase Analytics Replace Google Analytics for Firebase: open-source sdk + server Same outcome, Google Analytics for Firebase

Track what matters. Collect nothing you don't.

Five-field event schema, RAM-only event queue, no IDFA, no AAID, no persistent user IDs. Helps developers avoid collecting personal data in the first place.

Get started with the SDKs See pricing

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /