Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
hdfs または nonsql データベースに迅速なメッセージ (MT101) を保存するオプションを探しています。pythonをsparkで使用してmongo DBに保存できますか? 誰かが同様の要件に取り組んだかどうか教えてください
ソリューションで Java を使用する場合、Prowide Core ライブラリのこのモデルは MT 永続化を目的としています。メッセージは、メタデータとともに raw 形式で保存されます。
https://static.javadoc.io/com.prowidesoftware/pw-swift-core/SRU2017-7.9.7/com/prowidesoftware/swift/model/MtSwiftMessage.html
これはリレーショナル データベースの JPA を対象としていますが、Mongo DB で同様の構造にするために回避できます。