Skip to content
  • Products
    • EclipseStore Persistence
    • Eclipse Serializer
    • MicroStream Cluster
    • MicroStream Cluster as a Service
  • Community
    • GitHub
    • Discussion
    • Contribute
    • Issues
  • Resources
    • Get Started
    • Docs
    • Examples
    • Videos
    • Blog
  • Services
    • Support
    • Training
  • Company
    • About us
    • Contact
  • Subscribe to our Newsletter
  • User icon Sign in

Cookie

We use cookies to make it easier to use and to further improve our service.

If you have given us your consent, you can revoke it at any time in the data protection declaration.

Use all cookies Manage cookies Reject cookies

Cookie

?
?
?
Use all cookiesSave settingsReject cookiesView Privacy Policy

Necessary

Necessary cookies help make a website usable by enabling basic functions such as page navigation and access to secure areas of the website. The website cannot function properly without these cookies.

Name Anbieter Zweck Ablauf Typ
c3kie_removeCookieWindow microstream.one Saves the consent status of the user whether the cookie window should be displayed. 1 Jahr HTML Local Storage
c3kie_googleAnalytics microstream.one Saves the consent status of the user as to whether Google Analytics is allowed to run. 1 Jahr HTML Local Storage
c3kie_googleAnalytics microstream.one Saves the consent status of the user as to whether Google Analytics is allowed to run. 1 Jahr HTML Local Storage
c3kie_tagManager microstream.one Saves the consent status of the user as to whether Google Tag Manager is allowed to run. 1 Jahr HTML Local Storage
c3kie_facebook microstream.one Saves the consent status of the user as to whether Facebook is allowed to run. 1 Jahr HTML Local Storage
c3kie_matomo microstream.one Saves the consent status of the user as to whether Matomo is allowed to run. 1 Jahr HTML Local Storage
c3kie_youtube microstream.one Saves the consent status of the user as to whether YouTube is allowed to run. 1 Jahr HTML Local Storage

Statistics

Statistics cookies help website owners understand how visitors interact with websites by collecting and reporting information anonymously.

Name Anbieter Zweck Ablauf Typ
_dc_gtm_ Google Used by Google Analytics to limit the request rate. 1 Jahr HTTP Cookie
_gid_ Google Registers a unique ID that is used to generate statistical data on how the visitor uses the website. 2 Jahre HTTP Cookie
_gcl_au Google Used to send data to Google Analytics about the device and visitor behavior. Captures the visitor across devices and marketing channels. Session Pixel Tracker
_gat_ Google Used to store a unique user ID. 1 Tag HTTP Cookie
_gat_gtag_UA_ Google Used to store a unique user ID. 1 Tag HTTP Cookie
yt-player-headers-readable YouTube Used to determine the optimal video quality based on the visitor's device and network settings. Persistent HTML Local Storage

Marketing

Marketing cookies are used to track visitors across websites. The intent is to show ads that are relevant and engaging to the individual user, making them more valuable to publishers and third party advertising providers.

Name Anbieter Zweck Ablauf Typ
VISITOR_INFO1_LIVE YouTube Tries to estimate the range of users on pages with built-in YouTube videos. 179 Tage HTTP Cookie
YSC YouTube Registers a unique ID to keep statistics on which videos from YouTube the user has seen. Session HTTP Cookie
yt.innertube::nextId YouTube Registers a unique ID to keep statistics on which videos from YouTube the user has seen. Persistent HTML Local Storage
yt.innertube::requests YouTube Registers a unique ID to keep statistics on which videos from YouTube the user has seen. Persistent HTML Local Storage
ytidb::LAST_RESULT_ENTRY_KEY YouTube Saves the user's video player settings with embedded YouTube video. Persistent HTML Local Storage
yt-remote-cast-available YouTube Saves the user's video player settings with embedded YouTube video. Session HTML Local Storage
yt-remote-cast-installed YouTube Saves the user's video player settings with embedded YouTube video. Session HTML Local Storage
yt-remote-connected-devices YouTube Saves the user's video player settings with embedded YouTube video. Persistent HTML Local Storage
yt-remote-device-id YouTube Saves the user's video player settings with embedded YouTube video. Persistent HTML Local Storage
yt-remote-fast-check-period YouTube Saves the user's video player settings with embedded YouTube video. Session HTML Local Storage
yt-remote-session-app YouTube Saves the user's video player settings with embedded YouTube video. Session HTML Local Storage
yt-remote-session-name YouTube Saves the user's video player settings with embedded YouTube video. Session HTML Local Storage

Category: release

55 Artikel

The First Release of EclipseStore

Blog, News, ReleasesBy Rudy De BusscherJune 21, 2023Leave a comment

We are very proud that we can announce the first release of the EclipseStore project. The current MicroStream codebase will be completely transferred to the EclipseStore project. And after we have set up the projects under the wings of the Eclipse Foundation in the last months, we are now ready to push the first version…

Details

Two important updates in MicroStream 8.1

Blog, News, ReleasesBy Rudy De BusscherJune 1, 2023Leave a comment

Not so long ago, we have released version 8.0 of the MicroStream framework. You can read about its content in this New Features of MicroStream version 8.0 blog. We have now a minor release available and for some good reasons. It contains two important updates for those who are working with Lazy Collections or using…

Details

Quarkus Extension for MicroStream

BlogBy Rudy De BusscherMay 22, 2023Leave a comment

MicroStream is a small and easy-to-learn library that provides you with an alternative data storage solution that is really fast and uses any POJO class you need. It is built with no specific framework in mind, only using pure Java SE and the SLF4J API for logging. This makes it possible to use it within…

Details

New Features of MicroStream version 8.0

Blog, News, ReleasesBy Rudy De BusscherApril 28, 2023Leave a comment

Earlier this week, we made the new version of MicroStream available on Maven Central. It contains new functionality within the Core of the framework, we changed the minimum JDK level, added and improved the integrations with frameworks, and added a new tool. This blog gives you a short overview of all these changes. More detailed…

Details

Using Cloud storage platforms with MicroStream

Blog, ReleasesBy Rudy De BusscherSeptember 29, 2022Leave a comment

When the Java instances are converted to their binary representation within the channels, they are written out to the storage targets. Internally, MicroStream has the concept of the Abstract File System (AFS) to be able to support multiple types of storage. An implementation is available that uses a directory on disk, another one uses SQL…

Details

Release of MicroStream version 7.1

Blog, ReleasesBy Rudy De BusscherSeptember 16, 2022Leave a comment

The focus of this minor release is the availability of all connector as open-source, CDI and Spring Boot integration and the optimisation of the internal householding processes. The version number of this release is 07.01.00-MS-GA. This version 7.1 is still compiled against JDK 8 and can be used with Java 8 and higher versions. All…

Details

MicroStream version 7

MicroStream 7.0 Release

Blog, ReleasesBy Rudy De BusscherApril 27, 2022Leave a comment

We are pleased to announce that MicroStream version 7.0 is available as of today. It contains 3 new features and also some improvements. In this release blog, we give a short overview of the highlights of this version and watch this blog space to find more detailed information on each of the new features in…

Details

MicroStream 6 is now available

Blog, News, ReleasesBy micro_adminOctober 25, 2021Leave a comment

The new version 6 supports the new Java version 17 and comes with specialized type handlers for Java 17 collections, provides deep copies of object graphs, introduces a new config layer for Spring Boot, and eliminates various bugs. MicroStream version 6 is now available.  The new version 6 supports the new Java version 17 and…

Details

MicroStream 4.1 is now available

Blog, News, ReleasesBy micro_adminDecember 16, 2020Leave a comment

We are excited to announce that MicroStream 4.1 is released. This release comes with many new database connectors. MicroStream has so far provided database connectors only for: MySQL Oracle Cloud Object Store Oracle Coherence Oracle DB Oracle NoSQL SQLite Plain File Now, MicroStream supports also the following storages: Amazon DynamoDB Amazon S3 Azure Storage Hazelcast…

Details
→12→
Secured By miniOrange
MicroStream

Store Java Object Graphs natively, relieved of heavy-weight DBMS Dependencies. Create ultra-fast In- Memory Database Applications & Microservices with Pure Java. The Pure Java Paradigm Shift in Database Development.

Upcoming Event
No news available.

Products

  • EclipseStore Persistence
  • Eclipse Serializer
  • MicroStream Cluster

Community

  • GitHub
  • Discussion
  • Contribute
  • Issues
  • MeetUp

Resources

  • Get Started
  • Docs
  • Examples
  • Videos
  • Blog

Services

  • Support
  • Training

Company

  • About us
  • Contact

Stay Connected

  • Twitter
  • LinkedIn
  • YouTube
  • GitHub
  • StackOverflow
  • MeetUp

Get the latest MicroStream news:

Subscribe

© 2023 MicroStream Software. All rights reserved.
  • Terms of use
  • Privacy
  • Legal notice

Cookie

We use cookies to make it easier to use and to further improve our service.

If you have given us your consent, you can revoke it at any time in the data protection declaration.

Use all cookies Manage cookies Reject cookies

Cookie

?
?
?
Use all cookiesSave settingsReject cookiesView Privacy Policy

Necessary

Necessary cookies help make a website usable by enabling basic functions such as page navigation and access to secure areas of the website. The website cannot function properly without these cookies.

Name Anbieter Zweck Ablauf Typ
c3kie_removeCookieWindow microstream.one Saves the consent status of the user whether the cookie window should be displayed. 1 Jahr HTML Local Storage
c3kie_googleAnalytics microstream.one Saves the consent status of the user as to whether Google Analytics is allowed to run. 1 Jahr HTML Local Storage
c3kie_googleAnalytics microstream.one Saves the consent status of the user as to whether Google Analytics is allowed to run. 1 Jahr HTML Local Storage
c3kie_tagManager microstream.one Saves the consent status of the user as to whether Google Tag Manager is allowed to run. 1 Jahr HTML Local Storage
c3kie_facebook microstream.one Saves the consent status of the user as to whether Facebook is allowed to run. 1 Jahr HTML Local Storage
c3kie_matomo microstream.one Saves the consent status of the user as to whether Matomo is allowed to run. 1 Jahr HTML Local Storage
c3kie_youtube microstream.one Saves the consent status of the user as to whether YouTube is allowed to run. 1 Jahr HTML Local Storage

Statistics

Statistics cookies help website owners understand how visitors interact with websites by collecting and reporting information anonymously.

Name Anbieter Zweck Ablauf Typ
_dc_gtm_ Google Used by Google Analytics to limit the request rate. 1 Jahr HTTP Cookie
_gid_ Google Registers a unique ID that is used to generate statistical data on how the visitor uses the website. 2 Jahre HTTP Cookie
_gcl_au Google Used to send data to Google Analytics about the device and visitor behavior. Captures the visitor across devices and marketing channels. Session Pixel Tracker
_gat_ Google Used to store a unique user ID. 1 Tag HTTP Cookie
_gat_gtag_UA_ Google Used to store a unique user ID. 1 Tag HTTP Cookie
yt-player-headers-readable YouTube Used to determine the optimal video quality based on the visitor's device and network settings. Persistent HTML Local Storage

Marketing

Marketing cookies are used to track visitors across websites. The intent is to show ads that are relevant and engaging to the individual user, making them more valuable to publishers and third party advertising providers.

Name Anbieter Zweck Ablauf Typ
VISITOR_INFO1_LIVE YouTube Tries to estimate the range of users on pages with built-in YouTube videos. 179 Tage HTTP Cookie
YSC YouTube Registers a unique ID to keep statistics on which videos from YouTube the user has seen. Session HTTP Cookie
yt.innertube::nextId YouTube Registers a unique ID to keep statistics on which videos from YouTube the user has seen. Persistent HTML Local Storage
yt.innertube::requests YouTube Registers a unique ID to keep statistics on which videos from YouTube the user has seen. Persistent HTML Local Storage
ytidb::LAST_RESULT_ENTRY_KEY YouTube Saves the user's video player settings with embedded YouTube video. Persistent HTML Local Storage
yt-remote-cast-available YouTube Saves the user's video player settings with embedded YouTube video. Session HTML Local Storage
yt-remote-cast-installed YouTube Saves the user's video player settings with embedded YouTube video. Session HTML Local Storage
yt-remote-connected-devices YouTube Saves the user's video player settings with embedded YouTube video. Persistent HTML Local Storage
yt-remote-device-id YouTube Saves the user's video player settings with embedded YouTube video. Persistent HTML Local Storage
yt-remote-fast-check-period YouTube Saves the user's video player settings with embedded YouTube video. Session HTML Local Storage
yt-remote-session-app YouTube Saves the user's video player settings with embedded YouTube video. Session HTML Local Storage
yt-remote-session-name YouTube Saves the user's video player settings with embedded YouTube video. Session HTML Local Storage