questdb/questdb

domain specific functions for finance and aggregation

Open

#4,620 opened on May 29, 2024

View on GitHub
 (6 comments) (2 reactions) (0 assignees)Java (972 forks)batch import
EnhancementGood first issueHelp wantedNew featureSQLhacktoberfest

Repository metrics

Stars
 (13,403 stars)
PR merge metrics
 (Avg merge 5d 13h) (108 merged PRs in 30d)

Description

Is your feature request related to a problem?

Many users of QuestDB are in the finance industry. Within this domain, there are common operations that can be complicated to represent in standard SQL.

We should add functions to make these operations easier for our users, and start with the most common operations.

Such functions should support ARRAY types in future, where useful for performance improvements.

This is a tracking issue, and we welcome suggestions from users!

Describe the solution you'd like.

More domain-specific finance functions around trading and order books.

More aggregation functions:

Convenience functions:

And similar. Names are flexible!

Aggregation functions should be linked in the finance section where relevant, with an associated finance example.

Describe alternatives you've considered.

No response

Full Name:

Nick Woolmer

Affiliation:

QuestDB

Additional context

No response

Contributor guide