Connecting to Indexer
Connecting via DBeaver
What is DBeaver? It's one of the most popular programs for working with databases. In short, you can connect to the database, edit it, write queries to it, and get results through the interface
DBeaver can be downloaded here https://dbeaver.io/download/. You need the free version (community edition), available for Windows, Mac OS, Linux. Create a connection and select Clickhouse
Connection settings for the demo version of the database with sample data:
Host:
51.68.240.215
Port:
28123/29000
Database/Schema:
polymarket
User (you will be provided with a username and password):
user
Password:
password
*the screenshot below illustrates a connection to a different database (Hyperliquid); however, the underlying principle is the same.

Last updated