You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @jekil
I'm really impressed by your product and I'm excited to use it.
I do have some questions/requests however:
Can you put docker instructions/ configuration information on the documentation page? ( I intend to use docker)
I saw that ghiro uses ( MySQL, PostgreSQL and SQLite3) and MongoDB for different purposes.
I was wondering what the different purposes were and why 2 different types of databases were definitely required?
My use case is to use ghiro as a queue worker. i.e. put some images in queue, get ghiro to process them, store results somewhere and set a flag saying it's done.
I was going to use beanstalkd for the queue. I noticed that ghiro has a queue built in. What does it use and how can I interact with it?
*For my use case, can I get rid of the "web interface"?
In the documentation there is a section called: "Running Ghiro as service". That shows how to set up ghiro as a (presumably) REST API service???
Is there a way to get a docker container to run Ghiro as a service. I don't necessarily require a "full web service" since it's not meant for the public to use. I really only want to put images and some data into a queue, get ghiro to process it and then save the results somewhere and then repeat process. Obviously you can do it as a web service, but since it's only going to be used by my other backend components, it seems "overkill"
The text was updated successfully, but these errors were encountered:
The docker container is still under development, this is why it isn't documented yet.
The choice about DB is expleined in the documentation.
To understand how the queue works you should look at the code, in the next release it will be improved.
To get rid of it just don't run it.
Hi @jekil
I'm really impressed by your product and I'm excited to use it.
I do have some questions/requests however:
I was wondering what the different purposes were and why 2 different types of databases were definitely required?
I was going to use beanstalkd for the queue. I noticed that ghiro has a queue built in. What does it use and how can I interact with it?
*For my use case, can I get rid of the "web interface"?
Is there a way to get a docker container to run Ghiro as a service. I don't necessarily require a "full web service" since it's not meant for the public to use. I really only want to put images and some data into a queue, get ghiro to process it and then save the results somewhere and then repeat process. Obviously you can do it as a web service, but since it's only going to be used by my other backend components, it seems "overkill"
The text was updated successfully, but these errors were encountered: