TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Cursor, but for Data Exploration?

1 pointsby dira32 months ago
If I am trying to read&#x2F;explore&#x2F;join&#x2F;ETL deeply nested tables in PSQL or Spark, Cursor doesn&#x27;t seem to work very well for me.<p>Which LLM-assistant tools have worked for you to expedite data exploration? Whether in a notebook format or otherwise.<p>Or is there simply a better way to use Cursor for this purpose that I haven&#x27;t thought of?

1 comment

Jimmc4142 months ago
to what degree you have you exhausted preloading schema context such as:<p>DDL files,<p>Example of queries or ER diagrams illustrating joins&#x2F;relationships,<p>Descriptions of nested fields (JSON paths, array structures),<p>Primary&#x2F;foreign keys or metastore metadata