AhmarZaidi opened a new pull request, #906:
URL: https://github.com/apache/age/pull/906

   Added Go workspace since there were multiple modules in the same project. 
Added modules `./`, `./age-viewer` and `./backend`.
   
   Also added back-end endpoint for status, like there was in the 
[age-viewer](https://github.com/apache/age-viewer/blob/main/backend/src/routes/databaseRouter.js)
 web version.
   
   
![image](https://github.com/apache/age/assets/71930390/4611b80d-c1a4-4cff-ac18-011852f2357f)
   ```
   {
       "Port": 5455,
       "Host": "localhost",
       "Password": "postgresPW",
       "User": "postgresUser",
       "DbName": "postgresDB",
       "SSL": "disable",
       "GraphInit": false,
       "Version": 11,
       "Graphs": [],
       "Graph": ""
   }
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to