latest blog entries page 3 / 18
Morphium V4.2.8 released
Morphium V4.2.8 was released including the following features:
- FEATURE:basic support for Aggregation with the
InMemoryDriver
usingExpr
- FEATURE: Support for
Expr
in Qureries - FIX: imrpvoved Support for sharding
- FIX: increased
category: global --> Computer --> programming --> MongoDB --> morphium
tags: Java - MongoDB - Morphium
creator Stephan Bösebeck 2021-06-15
Text Attack From Outer Space
Somehow you have a little too much time during the pandemic. And since I type a lot, I wanted to write a game with which you can improve a little ... whereby the focus was less on typing and more on trying out.
Idea
The idea was to write ...
creator Stephan Bösebeck 2021-03-18
Indices in Morphium
Morphium and Indices
Defining Indices
First of all, you usually do not need to care about Indices in Mongodb, just define it in your entity code:
´´´java @Entity public class MyEntity { @Id private MorphiumId id; @In
category: global --> Computer --> programming --> MongoDB --> morphium
tags:
creator Stephan Bösebeck 2020-11-27
Morphium V4.2.0 released
We just released Morphium V4.2.0 including a lot of fixes and features:
- Feature: new MongoDB Driver 4.1 is used and so we do support mongodb 4.4 now
- Feature: direct support of all aggregation stages
- Feature: Expr-Language
- Feature: ...
category: global --> Computer --> programming --> MongoDB --> morphium
tags: Java - MongoDB - Morphium
creator Stephan Bösebeck 2020-09-14
Morphium 4.1.4 released
We released Morphium 4.1.4. This includes, as usual a bunch of improvements and fixes. Here is the changelog since V4.1.0:
V4.1.4:
- Morphium is
AutoClosable
now - simplifies usage - Checking for a field existence in sub documents was cau...
category: global --> Computer --> programming --> MongoDB --> morphium
tags: Java - MongoDB - Morphium
creator Stephan Bösebeck 2020-08-10