Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aarontravass/athena

🌿 an open source, distributed, blockchain based storage system for healthcare providers
https://github.com/aarontravass/athena

docker fastify filebase graphql ipfs nextjs nodejs privy typescript vercel

Last synced: 11 days ago
JSON representation

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

Awesome Lists containing this project

README

        



[![CI](https://github.com/aarontravass/Athena/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/aarontravass/Athena/actions/workflows/ci.yml)




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](#features)
- [Install](#install)
- [License](#license)
- [Credits](#credits)

## 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

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

Install dependencies

```sh
pnpm i
```

Generate prisma dist

```sh
lerna run --scope @athena/prisma generate
```

Run web, server and upload package

```sh
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](./LICENSE).