https://github.com/redisgraph/redisgraph-iam-demo
RedisGraph IAM demo
https://github.com/redisgraph/redisgraph-iam-demo
Last synced: 11 months ago
JSON representation
RedisGraph IAM demo
- Host: GitHub
- URL: https://github.com/redisgraph/redisgraph-iam-demo
- Owner: RedisGraph
- Created: 2018-11-06T15:00:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-31T14:35:44.000Z (about 3 years ago)
- Last Synced: 2025-05-30T22:48:22.457Z (about 1 year ago)
- Language: Python
- Size: 1.25 MB
- Stars: 11
- Watchers: 3
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# redisgraph-iam-demo
A Python utility to create an IAM data set and import it into RedisGraph
## Installation
```
git submodule update --init --recursive
```
```
pip install --user -r requirements.txt
```
## Execution
Run RedisGraph
```
docker run --name redis-graph -d -p 6379:6379 redislabs/redisgraph:1.0.0
```
```
import.sh
```
or
```
import-py3.sh
```
## Queries
[Example queries](https://github.com/K-Jo/redisgraph-iam-demo/blob/master/queries)
## Frontend
[Front-end](https://github.com/K-Jo/redisgraph-iam-demo/blob/master/front-end/)
## Schema

## TODO
allow for passing of host, port and password in import script