Settings

Theme

Ask HN: Cursor, but for Data Exploration?

1 points by dira3 9 months ago · 1 comment · 1 min read

Reader

If I am trying to read/explore/join/ETL deeply nested tables in PSQL or Spark, Cursor doesn't seem to work very well for me.

Which LLM-assistant tools have worked for you to expedite data exploration? Whether in a notebook format or otherwise.

Or is there simply a better way to use Cursor for this purpose that I haven't thought of?

Jimmc414 9 months ago

to what degree you have you exhausted preloading schema context such as:

DDL files,

Example of queries or ER diagrams illustrating joins/relationships,

Descriptions of nested fields (JSON paths, array structures),

Primary/foreign keys or metastore metadata

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection