Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Roadmap #315

Merged
merged 4 commits into from
Jan 29, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ CEP implementation for IoT platform
* [Available actions for PEP](documentation/pep_actions.md)
* [Documentation for developers of perseo](documentation/development.md)

| :dart: [Roadmap](documentation/roadmap.md) |
|---|
## License

Perseo FE is licensed under Affero General Public License (GPL) version 3.
46 changes: 46 additions & 0 deletions documentation/roadmap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Perseo CEP Roadmap

This product is an Incubated FIWARE Generic Enabler. If you would like to learn about the overall Roadmap of FIWARE, please check section "Roadmap" on the FIWARE Catalogue.

## Introduction

This section elaborates on proposed new features or tasks which are expected to be added to the product in the foreseeable future. There should be no assumption of a commitment to deliver these features on specific dates or in the order given. The development team will be doing their best to follow the proposed dates and priorities, but please bear in mind that plans to work on a given feature or task may be revised. All information is provided as a general guidelines only, and this section may be revised to provide newer information at any time.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could add also the following disclaimer (https://github.com/telefonicaid/fiware-orion/blob/master/doc/roadmap.md#introduction):

  • This section has been last updated in January 2019. Please take into account its content could be obsolete.
  • Note we develop this software in Agile way, so development plan is continuously under review. Thus, this roadmap has to be understood as rough plan of features to be done along time which is fully valid only at the time of writing it. This roadmap has not be understood as a commitment on features and/or dates.
  • Some of the roadmap items may be implemented by external community developers, out of the scope of GEi owners. Thus, the moment in which these features will be finalized cannot be assured.

Up to you :). If you prefer not adding it and keep it as it is now, then NTC on this comment.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in 8a43e97

Disclaimer:

- This section has been last updated in January 2019. Please take into account its content could be obsolete.
- Note we develop this software in Agile way, so development plan is continuously under review. Thus, this roadmap has to be understood as rough plan of features to be done along time which is fully valid only at the time of writing it. This roadmap has not be understood as a commitment on features and/or dates.
- Some of the roadmap items may be implemented by external community developers, out of the scope of GEi owners. Thus, the moment in which these features will be finalized cannot be assured.

## Short term

The following list of features are planned to be addressed in the short term, and incorporated in the next release:

- Initial NGSIv2 support imported from the Ficodes repo.

- Simplify rule creation by not requiring manually adding rule name inside the EPL code.

- Support for dealing with several Context Brokers from the same Perseo instance. To do so, update actions will support to configure target context broker, if not provided such configuration, the default context broker will be used.

- Improve template processing, extending it to StructuredValue/JSON attributes.

- Description API in OpenAPIv3

## Medium term

The following list of features are planned to be addressed in the medium term, typically within the subsequent release(s) generated in the next **9 months** after next planned release:

- Include a new endpoint for manage the Context Broker subscriptions.

- Support more Context Broker actions (create, append, appendStrict, update, delete, replace, etc) and analyse other possible operations: batch operations, operations over subscriptions, operations over registrations.


## Long term

The following list of features are proposals regarding the longer-term evolution of the product even though development of these features has not yet been scheduled for a release in the near future. Please feel free to contact us if you wish to get involved in the implementation or influence the roadmap

- Support for geospatial analysis (geo-fencing, point-based actions, movement-based actions)

- Enhanced multi-tenancy support. Leverage different "Fiware-Service" and "Fiware-ServicePath" in rules

- Rule templates (i.e. having a rule template that can be instantiated to create particular instances of the rule). The idea is be able to create complex rules only providing some parameters.