https://github.com/openmined/pygrid-admin
The user interface for PyGrid!
https://github.com/openmined/pygrid-admin
Last synced: 6 months ago
JSON representation
The user interface for PyGrid!
- Host: GitHub
- URL: https://github.com/openmined/pygrid-admin
- Owner: OpenMined
- Created: 2020-11-10T17:12:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T05:04:48.000Z (about 3 years ago)
- Last Synced: 2025-06-07T00:41:13.386Z (7 months ago)
- Language: TypeScript
- Size: 5.1 MB
- Stars: 13
- Watchers: 10
- Forks: 10
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# PyGrid Admin
PyGrid Admin is the user interface that allows data owners to manage their **deployed** PyGrid Domain or Network. This
project provides a way to visualize privacy budgets, configure many infrastucture settings for your Domain or Network
and manage users and datasets.
## Screenshots
## Deployment
The Admin UI can be hosted in static file services such as Amazon S3, Netlify, Google Cloud, Vercel or Heroku, and can
be easily deployed to your own network. It was deliberately built separately from PyGrid to allow for the a very simple
deployment.
```bash
yarn install
yarn build
yarn next export
```
## Development
Yes! We want your help. Head over to [issues](/../../issues) and help us improve the look and feel of the project or the
provide the functionality that seems to be missing.
Run the development server:
```bash
git clone git@github.com:OpenMined/PyGrid.git
cd pygrid-admin
yarn install
yarn dev
```
The PyGrid Admin should be available at [http://localhost:3000](http://localhost:3000).
## Disclaimer
We are reaching full support for the latest PyGrid Domain API version. And we know that the interface is not ideal.
Please report to us any issues you have and keep in mind that we are working diligently to provide a better support in
the upcoming versions.
## Contributing & Support
If you're interested in contributing, please join the **#support** Slack channel.
[Click here to join our Slack community!](https://slack.openmined.org)
## License
[Apache License 2.0](https://github.com/OpenMined/PySyft/blob/master/LICENSE)
[](https://app.fossa.io/projects/git%2Bgithub.com%2FOpenMined%2FPySyft?ref=badge_large)