Skip to content

a simple knowledge graph edit system backend implemented by flask

License

Notifications You must be signed in to change notification settings

PurRigiN/KGEditor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KGEditor

a simple knowledge graph edit system backend implemented by flask

How to use

1.Install databases

  1. mysql
  2. redis
  3. ArangoDB

2. Configuration

cd your_path_to_project
# rename config.example.py to config.py, and modify the configuration of your own dbs
mv config.example.py to config.py
# create log folder
mkdir logs
# use manage.py to run
python manage.py runserver

DB migration instructions

# init db
python manage.py db init
# generate migration script from modification
python manage.py db migrate -m "your message"
# execute migration
python manage.py db upgrade

Celery usage

# start all celery tasks
celery -A tasks.main worker -l info

About

a simple knowledge graph edit system backend implemented by flask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%