Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Schwarzam authored Jun 9, 2024
1 parent 47b0f8c commit de6a540
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ A lightweight, fast and easy to use server for the [lsdb server test branch](htt

---

#### TODO list:

- [ ] Accept lower case column names
- [ ] Get columns by index
- [ ] Exclude columns by name
- [ ] !! Fix `_hipscat_index` parquet schema !!

### Configuring the server

`lsdb-server` works with [lsdb server test branch](https://github.com/Schwarzam/lsdb/tree/server-test) if you have the hips partitioned catalogs in your server.
Expand Down Expand Up @@ -61,11 +54,4 @@ server {
### Parameters

- `columns` : The columns to return in the response. Default is all columns. Default is all columns.
- `exclude_cols`: The columns to exclude from the response. Default is no columns.
- `filters`: A list of filters to apply ["r_auto < 18", ...]. Default is no filters.

### Caveats

- The server only works with lsdb while using dtype_backend = "numpy_nullable"

This is because polars writes strings as LargeStrings or LargeUtf8, which causes issues with the metadata read in lsdb.

0 comments on commit de6a540

Please sign in to comment.