Skip to content

mapper supports device data writing#5902

Merged
kubeedge-bot merged 2 commits intokubeedge:masterfrom
wbc6080:mapper-writing
Oct 18, 2024
Merged

mapper supports device data writing#5902
kubeedge-bot merged 2 commits intokubeedge:masterfrom
wbc6080:mapper-writing

Conversation

@wbc6080
Copy link
Collaborator

@wbc6080 wbc6080 commented Oct 8, 2024

What type of PR is this?
/kind feature

What this PR does / why we need it:

Now the Mapper Framework has realized the ability to collect and report edge IoT device data to user applications and user databases. but it cannot well support the scenario of device data writing.
This PR is based on the object model definition and implements the method field in device-instance to describe the methods that the device can be called by the outside world, thereby completing the purpose of device data writing. For more detailed architecture, please refer to #5662

Which issue(s) this PR fixes:

Fixes #5657

Special notes for your reviewer:

Does this PR introduce a user-facing change?:


@kubeedge-bot kubeedge-bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Oct 8, 2024
@kubeedge-bot kubeedge-bot requested a review from luomengY October 8, 2024 07:32
@kubeedge-bot kubeedge-bot added the kind/feature Categorizes issue or PR as related to a new feature. label Oct 8, 2024
@kubeedge-bot kubeedge-bot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Oct 8, 2024
Signed-off-by: wbc6080 <wangbincheng4@huawei.com>
@wbc6080 wbc6080 changed the title [WIP]mapper supports device data writing mapper supports device data writing Oct 11, 2024
@kubeedge-bot kubeedge-bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Oct 11, 2024
@Shelley-BaoYue Shelley-BaoYue added this to the v1.19 milestone Oct 15, 2024
Signed-off-by: wbc6080 <wangbincheng4@huawei.com>
Copy link
Collaborator

@Shelley-BaoYue Shelley-BaoYue left a comment

Choose a reason for hiding this comment

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

/lgtm

@kubeedge-bot kubeedge-bot added the lgtm Indicates that a PR is ready to be merged. label Oct 17, 2024
Copy link
Member

@fisherxu fisherxu left a comment

Choose a reason for hiding this comment

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

@WillardHu
Copy link
Collaborator

/approve

@kubeedge-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: WillardHu

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kubeedge-bot kubeedge-bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Oct 18, 2024
@kubeedge-bot kubeedge-bot merged commit 2d00e3e into kubeedge:master Oct 18, 2024
@wbc6080 wbc6080 deleted the mapper-writing branch October 18, 2024 06:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. kind/feature Categorizes issue or PR as related to a new feature. lgtm Indicates that a PR is ready to be merged. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Mapper supports device data writing

6 participants

Comments