Skip to content

🌿 an open source, distributed, blockchain based storage system for healthcare providers

License

Notifications You must be signed in to change notification settings

aarontravass/Athena

Repository files navigation

CI



Data transparency and ownership are global challenges, with most patient health records controlled by providers. This centralization limits patient access and hinders data sharing across systems.

A distributed, reliable, and transparent storage system is needed to enhance data accessibility, security, and empower patients with greater control over their health records.

Athena is the modern EMR and EHR open source storage solution based on IPFS. Built on top of Filebase, it addresses problems with data ownership and transparency in the health sector. By leveraging blockchains, we can create a decentralized network that ensures data integrity and transparency, reducing the risk of data breaches and unauthorized access.

Table of Contents

Features

  • Distributed and scalable: Built using GraphQL, Fastify and PostgreSQL, containerized via Docker and deployed on Vercel and Render.
  • Encryption in Transit: All files are encrypted using AES-256.
  • Controlled sharing: Share documents using signed links

Install

Clone the repository

git clone https://github.com/aarontravass/Athena.git

Install dependencies

pnpm i

Generate prisma dist

lerna run --scope @athena/prisma generate

Run web, server and upload package

lerna run dev

Credits

This project utilizes the admin-dashboard-nextjs-typescript-daisyui-template created by robbins23. https://github.com/robbins23/admin-dashboard-nextjs-typescript-daisyui-template

License

Licensed under MIT.