Explore tweets tagged as #QueryModel
I’ve added a new feature to the BlazorToolkit and WebServiceToolkit libraries I use in my projects: typed query models for REST endpoints. Define a POCO, add [QueryModel], and let the binder do the work. Supports DateOnly, TimeOnly, enums, GUIDs, and arrays. Details:
0
0
2
Please check my new article: Typed Query Models for Clean REST APIs No more string soup in controllers... just use attribute [QueryModel] + safe parsing and a Blazor helper to build URLs. https://t.co/PjJAlr3cDD
#dotnet #aspnetcore #Blazor #devtools
0
0
2
CQRS Explained: Splitting Reads and Writes Watch the full video here: https://t.co/xSGb0H7AXg
#CQRS #SoftwareArchitecture #DataManagement #ReadWriteSeparation #SystemDesign #DatabaseDesign #SoftwareEngineering #BackendDevelopment #CommandModel #QueryModel #DataStore
0
0
1
You’re used to function calling and querying databases with usual questions, but this research paper takes it a step further and introduces a QueryModel which allows agentic AI systems to formulate queries for databases which can aggregate, group and more. Read on in the full
Querying Databases with Function Calling 💪 How can we incorporate agentic strategies functionalities like function calling to improve database queries? The Weaviate team’s new research paper lead by @CShorten30 and @cdpierse alongside @ContextualAI and @MorningstarInc is out 🚀
0
3
11
In this 4th part of the Axon Quick Start Guide our head developer @smcvbeelen talks about the #QueryModel! 👨🏫📹 He will build out the query side of an application by defining a Query Model and explain how to keep this model up to date by listening to new #Events. Check it now!
0
2
4
@jxnlco Hey Jason! Here are the docs on how to set a different `passageModel` and `queryModel` - https://t.co/GaoMCHSL51. Love the query adapter idea -- adding this to the roadmap with the Jina AI finetuner in our text2vec-jinaai as well, cc @bo_wangbo @antas_marcin
1
0
5
1
0
0
@dnskimox さんのCQRSのQueryModelのアイデア面白かった。 個人的にGoでやっている方のコードベースでアイデア取り入れてみようかな。 #phpconsen #phpconsen_c
0
0
2
エンティティが持つプロパティをprivateにして、それに対するgetterを設けず、QueryModelに変換するようなメソッドだけ生やしてみるのを試した。 Controllerは、ユースケースを通してその変換メソッドの戻り値を貰うようにしてみる #ModelingKai
1
0
1
# TODO eventがログとかのためにイベントハンドラに通知するだけのものになっているが、状態変更もeventを使って行うよう修正 QueryModelに近い抽象化に変更し、Functionクラスを削除してEvaluatorを独立させる Evaluatorでargとれる必要ナシ
0
0
0
@j5ik2o event の永続化なしだと仰るとおり保証が不安、かつせっかく分離したQueryModel のスケーラビリティ(ハードではなくModelの)が損なわれてしまう問題がありますよね。 "Event Storage as a Queue” 見て勉強します!ありがとうございます。 > 結局ESの方向に向かってしまう… 結局これなんですよね笑
0
0
1
変換辛くない程度に適切に分割しなさいよって言われたらそれまでなのかもしれないけど、一部で特別な要件に応えるための多重階層なQueryModelとかあったりして、そのあたり綺麗に解決したかったのだけれど。
0
0
0
@shibatea365 Snapshot は n 回目の更新時にオブジェクトをシリアライズして保管ってやつなのでちょっと趣が違いそうですね その記事はどちらかというと CQRS の QueryModel に見えます(もちろんそれはそれで有用)
0
0
1
@nicholasf
http://t.co/4sB3BLul5b - 3.1 and 3.2 should explain how to do it. We'll be updating the documentation with better examples soon.
0
0
0
CQRSでドメイン層を迂回するQueryModelを作っているけど、結局、Model内でVO使うのはどうなんだろう…? どっちにせよ画面表示にドメインの知識は必要だし
0
0
0
ディレクトリ構成検討中 * DDD+CQRSのQueryModelだけ使いたいけどQuery周りの配置がしっくりこない * オニオンアーキテクチャでディレクトリ分けてみたらUserInterfaceとInfrastructureにまたがってそうなフレームワークのクラスが迷子になった * クリーンアーキテクチャは外2層がよくわからん
0
0
0
TIL SQLAlchemyimplicitly removes duplicate rows from results:
0
0
0