wechaty / wishlist

Puppets, Bots, and other Tooling Requested by Community Members
6 stars 0 forks source link

Implement Wechaty-storage to connect persistent storage with Wechaty data #41

Open windmemory opened 3 years ago

windmemory commented 3 years ago

It would be great to have a universal storage for Wechaty puppets.

Saving data into persistent storage, such as MongoDB, MySQL, PostgreSQL etc would provide significant convenience for developers. With this Wechaty-storage, developers could create frontend web page easily.

Features:

huan commented 3 years ago

It's a great feature!

And I believe this feature is related to Event Sourcing. Here's a great article for it: Event Sourcing made Simple