Relative Content

Tag Archive for desktop-application

Best approach to processing a large amount of json files on a users device, Flutter?

A user could have many json files (about 40mb per file) containing very private information about them and other people. I want to process these json files on the users device to keep this information private. By processing the data I would only extract statistical data about the contents of the processed json files. This statistical data will be stored on the users machine in a local json file. They could then upload that statistical json file to a website to get a dashboard based on the provided information or just keep the statistical json file for their own use.

Onion architecture design question

I recently started working on a new project where the team was considering use onion architecture, which I was not very familiar with, so I started reading about it.