GithubHelp home page GithubHelp logo

infinispan-cachestore-mongodb's Introduction

Infinispan

Version License Project Chat

Infinispan, In-Memory Distributed Data Store

Infinispan is an open-source in-memory data grid that offers flexible deployment options and robust capabilities for storing, managing, and processing data.

Infinispan provides a key/value data store that can hold all types of data, from Java objects to plain text.

Infinispan distributes your data across elastically scalable clusters to guarantee high availability and fault tolerance, whether you use Infinispan as a volatile cache or a persistent data store.

Getting Started

Contributing

For contributing guidelines please refer to this document. All contributions are subject to Developer Certificate of Origin (DCO).

The Infinispan project team

infinispan-cachestore-mongodb's People

Contributors

antoniomacri avatar ehsanjavadynia avatar gabfssilva avatar kurtymckurt avatar maniksurtani avatar pruivo avatar ryanemerson avatar tristantarrant avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

infinispan-cachestore-mongodb's Issues

Exception given with basic setup

Hi, I am trying to get this working but am getting an exception "Cannot load null class!" thrown by org.infinispan.util.Util.getInstance. Googling I can see a few others are having the same issue but I didn't find a solution.

My POM references version 5.3.0.Final.

My config class looks like this:

    ConfigurationBuilder builder = new ConfigurationBuilder();
    builder.loaders()
            .addStore(MongoDBCacheStoreConfigurationBuilder.class)
            .host("localhost")
            .port(27017)
            .timeout(1500)
            .acknowledgment(0)
            .database("infinispan")
            .collection("sessions")
            .eviction()
            .maxEntries(2)
            .strategy(EvictionStrategy.LIRS);
    Configuration configuration = builder.build();

It seems that getCacheLoaderClassName() is returning null.

I also notice that infinispan-cachestore-mongodb bundles infinispan-core classes in the same jar. Is this intentional?

Thanks!
Alfie.

Push to maven central

Hi. There is a problem with integration 8.2.1 version with infinispan 9.x, so I wonder if you can upload latest version in maven central

Extension status

I have errors when using the extension with newer Infinispan versions (I'm interested in v14 but also have errors with v11).

It's unfortunate that this extension is unmaintained.

Is there interest in updating it?

I could help with this but I am quite new to Infinispan so I may need some guidance.

Schema validation

Because the xml editor launches validation error:

  • Cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element mongodbStore

In the line of code:
<mongodbStore xmlns="urn:Infinispan:config:mongodb:8.2">

How can i solve this?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.