Code Monkey home page Code Monkey logo

Comments (2)

sebastianconcept avatar sebastianconcept commented on August 16, 2024

@eMaringolo in the roadmap I have the change of making Mapless to be multi-repository so MaplessMongoPool will not be a singleton. Instead, they will be instances that can be created based on hostname, port and, if they use auth, also username and password.

So, to answer now, in release 0.3.1-alpha you'll need to define 2 env vars: MONGO_ADDRESS and MONGO_PORT to get it creating clients against it with no auth. And if you are using auth, in addition to that you'll either:

MaplessMongoPool instance 
	username: 'mongousername' ;
	password: 'mongopassword';
	yourself.

Or to define the env vars: DB_USERNAME and DB_PASSWORD

I can see the space for improvement too :D

from mapless.

sebastianconcept avatar sebastianconcept commented on August 16, 2024

Mapless is multi-repo now. It doesn't use singleton on the pool anymore.

Some examples in MaplessMongoMultiRepositoryTest

	repo1 := MaplessMongoRepository
		for: 'Mapless-Test1'
		with: (MaplessMongoPool hostname: anIpAddressString port: anInteger).
	repo2 := MaplessMongoRepository
		for: 'Mapless-Test2'
		with: MaplessMongoPool (MaplessMongoPool hostname: anotherIpAddressString port: anInteger).

cc/ @eMaringolo

from mapless.

Related Issues (20)

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.