DARCI : Destiny 2 PVP web platform
DARCI is a self hosted platform for aggregating, viewing and analyzing Destiny 2 PVP stats. Released as an open source project in 2023, it is available for download from the DARCI Github project page.
DARCI provides similar functionality to Ascendant, but where as Ascendant focuses on deep data views of a single player, DARCI can track and compare multiple players (perfect for friends or a clan.)
DARCI is built on top of three key parts:
- Data and manifest syncing using DCLI
- A NodeJS based API server that provides access to the data
- A ReactJS based web client
Features include:
- Overall stat leaderboard for all players tracked in the app
- Ability to view player stats by mode, moment / season and class
- Detailed per player stats, including kills breakdown, weapon use, weapon meta for games, maps, and activities
- Details per activity stats, including per player stats, team stat summaries, and weapon usage
- Search page that allows details searches and comparison of pvp data
- Ability to compare different moments / seasons and or players
- Stream overlay views, to enable near real time Destiny 2 PVP states on streams
- Export data to markdown
- Much more…
You can find more information, including how download the code and install on the DARCI Github project page.