Using ENSDb
You can interact with the ENSDb instance using the dedicated TypeScript SDK or the regular PostgreSQL interface. This section provides guides for both methods, as well as troubleshooting tips and answers to frequently asked questions.
@ensnode/ensdb-sdk package. Future possibilities
Section titled “Future possibilities”Use an ENSDb instance as an event source for building reactive systems that respond to ENS state changes.
With sub-second query latency and real-time updates, you can build applications that react to registration lifecycle updates, ownership transfers, resolver updates, and more.
Example Use Cases
Section titled “Example Use Cases”Analytics & Dashboards
Section titled “Analytics & Dashboards”Use PeerDB and stream indexed ENS data from ENSDb to your data warehouse or analytics tool.
Event-Based Engines
Section titled “Event-Based Engines”Integrate Sequin to build reactive systems that respond in realtime to ENS state changes.
Cache Layers
Section titled “Cache Layers”Try out S2 to build cache layers and materialized views on top of your ENSDb instance.