Skip to content

ServerObserver allows you to monitor the status of a remote database on Postgres within Google Sheets in real time.

Notifications You must be signed in to change notification settings

ildar-dev/ServerObserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Server Observer

What is it?

ServerObserver allows you to monitor the status of a remote database on Postgres within Google Sheets in real time.

How works:

Connect GoogleSheets:

Pre-create a table and remember its id. Example: docs.google.com/spreadsheets/d/1qJodoeJxOdVFUy8SqGApvgtAKygl2Ww4XHKMslQqO1M - id in bold. Go to link and enable api on your account. After setup is complete, a .json file will be downloaded with your account data. Rename this file to credits.json and put it in Test/Test . In this file copy the mail (the field client_email) and give the rights to edit the table for this mail.

Connect PostgreSQL:

In the app.config configuration file must be entered in the section Servers data about servers, where key - server address, value - server size in GB. user, password - PostgreSQL account data. delaySeconds - time between updates in seconds. sheetId - id of the table, which we remembered at the beginning.

About

ServerObserver allows you to monitor the status of a remote database on Postgres within Google Sheets in real time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages