Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aarontravass/athena
- Owner: aarontravass
- License: mit
- Created: 2024-07-07T16:56:34.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T04:25:46.000Z (2 months ago)
- Last Synced: 2024-10-29T14:18:57.819Z (19 days ago)
- Topics: docker, fastify, filebase, graphql, ipfs, nextjs, nodejs, privy, typescript, vercel
- Language: TypeScript
- Homepage: https://athena-storage.vercel.app
- Size: 2.11 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).