-
Notifications
You must be signed in to change notification settings - Fork 880
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to trandform the database #208
Comments
Lucida uses mongodb at its core. Details can be found in
lucida/commandcenter/controllers/Database.py.
Microservices are not obliged to use the mongodb database. They can use
their own databases
|
Does the QA module support the graph database? |
OpenEphyra does not support graph database as far as I am aware. You can
either try modifying OpenEphyra or you can add a QA microservice which
supports graph database (eg YodaQA).
To create a new microservice you need to create a thrift service, tell
command center abt the microservice and add port in config.properties. Have
a look at the top level README
The microservice architecture is under active development and will keep on
changing for some time as we are adding GUI to add microservices and making
them more dynamic. If you are planning to add a microservice I would
suggest you stick to a commit
--
Kamal Galrani IIT Bombay
|
Thanks a lot, I will try it. |
In case you are going through all the effort to update QA database I am
working on a Google Assistant microservice which will handle QA. A pull
request for the same will be up by next week. Currently it does not have
learning capability and I don't have any deadline for that though I
eventually plan to add the feature. You may freely use this for personal
use. For commercial usage you'll need to contact Google.
--
Kamal Galrani IIT Bombay
|
OK, thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to transform the Lucida's database to graph database, it seems that Lucida has its own knowledge database, I want to transform it to graph database, but I don't know the position of the knowledge database , can you tell me? Thanks a lot.
The text was updated successfully, but these errors were encountered: