Our Roadmap
We believe in transparency and continuous improvement. Uniqorn is solving real problems, but we know there's always more to refine, optimize, and expand. This roadmap reflects our commitment to making Uniqorn better.
Priorities may shift as we learn from real-world use cases and user feedback. If there's something missing or something you'd like to see, let us know, your input helps shape what comes next.
Ongoing Development
These are features currently being built, tested, or refined. They may be partially available or undergoing internal validation before release. This section gives an idea of what's coming next in the short term.
- Storage Expand the list of compatible storage.
- Metrics Aggregate and display metrics in the user panel.
- Cluster Management Improve the cluster management mechanics.
Planned Features
These are features that we've committed to implementing but haven't started active development on yet. They may still be in the design or research phase, and timelines can vary based on priority and complexity.
- Expose storage Helper to create endpoints to expose storage (read/write).
- OpenAPI Import and export OpenAPI definition.
- Tutorials Create tutorials and walkthrough.
- Paid plans Open paid plans publicly.
Under Consideration
This section includes ideas and requests that are being evaluated. These are not guaranteed to be implemented but are being explored based on feasibility, demand, and alignment with Uniqorn's vision.
- GraphQL Support GraphQL over storage.
- Scheduling Setup recuring rule to call an endpoint with fixed data.
Available Features
This section lists features that are already available.
- Security Secure endpoints with user, group, role, allow, deny.
- Json Simplified JSON handling, encoding, decoding.
- Http calls Perform simple http(s) calls to the outside world.
- States Retain local or global states for temporary values.
- Atomic Operations Ensure global atomicity for certain operations.
- Background Tasks Defer tasks in the background to provide faster response times.
- Troubleshooting Provide easy methods for logging and debugging.
- Input validation Provide a set of predefined parameter validation methods.
- API Foundations The basic API structure and methods.
- Database Storage Globally support JDBC with a simple query interface and map data as json.
- Object Storage Define object storage abstraction to retain data.