questdb / questdb/questdb

Compatibility with Influx 3 API

Open
#5,360 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Compatibility ILP New feature REST API
Dominant language
Java
Stars
17.3k
Forks
1.6k
Avg merge
5d 10h
Merged PRs (30d)
28

Description

Is your feature request related to a problem?

Influxdb3 uses all these endpoints for ingesting ILP

/write?db=mydb&precision=ns
/api/v2/write?bucket=mydb&precision=ns
/api/v3/write_lp?db=mydb&precision=ns&accept_partial=true

We should probably expose our current /api/v2/write endpoint also under /api/v3/write_lp. Also, if we receive now precision=auto on the endpoint, it fails

More info at https://docs.influxdata.com/influxdb3/core/get-started/?_gl=1*cptt4w*_gcl_au*MTE2NTIzNzYxMy4xNzMzOTk1NDQw*_ga*MTU5MDcyNDcyMi4xNzI2MTQ1NDg3*_ga_CNWQ54SDD8*MTczODg0MDEwMi4yOC4xLjE3Mzg4NDIyNDQuMTIuMC4xNzUzMzA1NTk5#write-data

Describe the solution you'd like.

No response

Describe alternatives you've considered.

No response

Full Name:

javier ramirez

Affiliation:

questdb

Additional context

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the handler and tests for the existing /api/v2/write endpoint. Compare its behavior with the InfluxDB 3 /api/v3/write_lp examples, including precision=auto and accept_partial=true. Done means the compatible endpoint is exposed and the supported precision behavior is covered by tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
api, database
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.