Skip to main content

Roadmap

Updated: 27-April-2024

In Progress

  • Support for MongoDB

Planned

(participate in our GitHub Discussions for wants or needs)

  • Embed Jasper reports
  • Support for SQL Server
  • JSON data type support
  • Support for tenant id column for multi-tenancy
  • Data access control
  • Support - Rate Limiting
  • Optimistic Lock - version column
  • Optimistic Lock - timestamp column
  • SEEK method for pagination
  • Caching - Redis support (Requested on Redit)
  • Aggregate function
  • mTLS/Certificate auth
  • JWT/JWKS support
  • Integration with AWS KMS, Hashicorp Vault
  • Observability - Data dog (requested by a financial company)
  • HTTP2 support - (requested by a financial company)
  • Support for Grafana & Prometheus - (requested by a financial company)
  • Support AWS RDS Postgres, Aurora Postgres
  • Youtube videos
  • Native binary image - simplify installation
  • Support for scripting (extensibility) - Python, Apache Groovy, Javascript/VS8
  • Deploy to GCP
  • Deploy to Render
  • Ability to insert into multiple tables
  • Batch loading of remote files
  • React Integration
  • Angular Integration
  • Vaadin Integration
  • Pre- and Post-processing Hooks
  • Schema evolution
  • DB Replication/Synchronization
  • Change data capture
  • Vector DB support
  • API Key auth
  • Basic Auth
  • Batch export to file-system, S3, FTP, - Async or Scheduled
  • Batch import from file-system, S3, FTP
  • Support AWS Lightsail
  • Support deploy to Azure
  • GraphQL Support
  • Grpc Support
  • Cloud/SaaS Launch
  • Enterprise Edition Launch for on prem or custom cloud (ENTERPRISE EDITION)
  • Change data capture (CDC) with Webhooks to notify of database changes (ENTERPRISE EDITION)
  • Data Privacy, Encryption, Masking for read and update.(ENTERPRISE EDITION)
  • Data transformation (ENTERPRISE EDITION)
  • Support - DB Sharding (ENTERPRISE EDITION)
  • Audit table / data diff handling (ENTERPRISE EDITION)
  • Open policy agent support (ENTERPRISE EDITION)
  • OSO support (ENTERPRISE EDITION)
  • Audit columns handling - created date, last updated date, created by, last updated by (ENTERPRISE EDITION)
  • GUI - Database visualization and query (ENTERPRISE EDITION)
  • Reporting - (ENTERPRISE EDITION)

Completed / Done

  • Support for Oracle
  • Support Tembo
  • Deploy to Digital Ocean
  • Multi-table implicit Join - with one to many based on select path.
  • Outer Join
  • Cross Join
  • TSID support
  • API Key support - unkey.dev
  • Open API specification 3.x
  • Offset & limit pagination
  • Twitter Handle - DB2Rest
  • New Documentation Website with Docusaurus - Website
  • Custom SQL query Execution via HTTP POST
  • Count query support
  • Exists query support
  • Stored procedure, stored function calls
  • Support Database View
  • Support for Database materialized view
  • Deploy to Koyeb