Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ uv tool install paradigm_absorb[test,datasources,interactive]

install from source
```bash
git clone [email protected]:paradigmxyz/absorb.git
git clone [email protected]:paradigmxyz/absorb.git && cd absorb
uv tool install --editable .[test,datasources,interactive]
```

Expand All @@ -47,13 +47,16 @@ uv tool install --editable .[test,datasources,interactive]

```bash
# collect dataset and save as local files
absorb collect kalshi
absorb collect kalshi.metrics

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the update.
However, I'm getting a schema update issue. What did your terminal show?

Screenshot 2025-08-11 at 1 36 47 PM

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@roughpandaz related to this #4

You can clone the project and change the timestamp type from DateTime to String. That's probably far from an elegant solution tho

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yea it looks like a very similar problem


# list datasets that are collected or available
absorb ls

# show info of dataset
absorb info kalshi

# show schemas of dataset
absorb schema kalshi
absorb info kalshi.metrics

# create new custom dataset
absorb new custom_dataset
Expand Down