MongoWP: Core

mongowp is a Java layer that enables the development of server-side MongoDB wire protocol implementations. Any application designed to act as a mongo server could rely on this layer to implement the wire protocol. Examples of such applications may be mongo proxies, connection poolers or in-memory implementations, to name a few.

License

License

Commercial License
Categories

Categories

Data
GroupId

GroupId

com.8kdata.mongowp
ArtifactId

ArtifactId

mongowp-core
Last Version

Last Version

0.50.0
Release Date

Release Date

Type

Type

jar
Description

Description

MongoWP: Core
mongowp is a Java layer that enables the development of server-side MongoDB wire protocol implementations. Any application designed to act as a mongo server could rely on this layer to implement the wire protocol. Examples of such applications may be mongo proxies, connection poolers or in-memory implementations, to name a few.
Project Organization

Project Organization

8Kdata Technology

Download mongowp-core

How to add to project

<!-- https://jarcasting.com/artifacts/com.8kdata.mongowp/mongowp-core/ -->
<dependency>
    <groupId>com.8kdata.mongowp</groupId>
    <artifactId>mongowp-core</artifactId>
    <version>0.50.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.8kdata.mongowp/mongowp-core/
implementation 'com.8kdata.mongowp:mongowp-core:0.50.0'
// https://jarcasting.com/artifacts/com.8kdata.mongowp/mongowp-core/
implementation ("com.8kdata.mongowp:mongowp-core:0.50.0")
'com.8kdata.mongowp:mongowp-core:jar:0.50.0'
<dependency org="com.8kdata.mongowp" name="mongowp-core" rev="0.50.0">
  <artifact name="mongowp-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.8kdata.mongowp', module='mongowp-core', version='0.50.0')
)
libraryDependencies += "com.8kdata.mongowp" % "mongowp-core" % "0.50.0"
[com.8kdata.mongowp/mongowp-core "0.50.0"]

Dependencies

compile (4)

Group / Artifact Type Version
com.8kdata.mongowp.bson : bson-core jar 0.50.0
com.google.guava : guava jar 19.0
org.apache.logging.log4j : log4j-api jar 2.5
javax.inject : javax.inject jar 1

provided (1)

Group / Artifact Type Version
com.google.code.findbugs : annotations jar 3.0.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.50.0
0.40
0.40-alpha3
0.40-alpha2