apache / incubator-hugegraph-doc

HugeGraph Website and Doc
https://hugegraph.apache.org/
Apache License 2.0
66 stars 91 forks source link

PostgreSQL backend setup document is not available. #322

Open m-thirumal opened 5 months ago

m-thirumal commented 5 months ago

Problem Type (问题类型)

lack info (文档描述缺失)

Your Question (问题描述)

PostgreSQL documentation for backend setup/ configuration is missing. Please add the documentation for PostgreSQL too.

dosubot[bot] commented 5 months ago

🤖

Hello @m-thirumal! :wave:

I'm Dosu, your friendly bot assistant. Not to worry, I'm here to help you navigate through bugs, answer your queries, and guide you in becoming a contributor.

While we're waiting for a human maintainer to join us, feel free to ask any questions you might have. I'm here to make your experience smoother! :robot: :rocket:

Thank you for bringing this to our attention. It seems that the PostgreSQL backend setup/configuration documentation is indeed missing from the incubator-hugegraph-doc repository.

The current structure of the backend setup/configuration documentation is in the config.toml file, as you can see here. This file contains various configuration settings for the documentation website, but it does not include specific backend setup/configuration documentation.

Unfortunately, without further information, it's hard to determine why the PostgreSQL backend setup documentation is not included or where it would typically be added in the repository. It's possible that this was an oversight or that the PostgreSQL backend setup/configuration is similar to another database that is already documented.

If you have any specific questions about setting up/configuring the PostgreSQL backend with HugeGraph, please provide more details so we can assist you better. Alternatively, if you have experience with this setup, we would greatly appreciate your contribution to the documentation.

Please note that while I strive to provide accurate and timely information, there may be better answers that I was not able to find. Dosu

Sources


This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research.

Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant.

If you want to continue the conversation, start your reply with @dosu-bot.

imbajin commented 5 months ago

Thanks for the reminder

The configuration method of PG is basically the same as MySQL, but we should indeed make a specification in the document Mysql/PG column to explain or give a simple code template

@zhenyuT could u help to add it?