microsoft / microsoft/RulesEngine
Data source providers for workflows in RuleEngine
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 4.4k
- Forks
- 616
- Avg merge
- 6m
- Merged PRs (30d)
- 2
Description
Currently RulesEngine supports any data source due to it taking input in json. However users still need to write all the CRUD operations for the data source to use it as a service.
RulesEngine should provide data providers which:
- can be plugged into project as a library
- can perform all the CRUD operation on the underlying data source
- allows user to extend and create their own data providers
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with issue #247 and review the existing RulesEngine workflow and JSON input model before deciding how data providers fit. The issue describes pluggable providers that perform CRUD operations and can be extended by users; done should cover those requirements without assuming a specific underlying data source.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100