Skip to content

beechsf/xdi2-mongodb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


This is a project to use the MongoDB document database as backend storage for the XDI2 server.

Information

How to build

First, you need to build the main XDI2 project.

After that, just run

mvn clean install

To build all components.

How to run

mvn jetty:run

Then access the web interface at

http://localhost:9992/

Or access the server's status page at

http://localhost:9992/xdi

Or use an XDI client to send XDI messages to

http://localhost:9992/xdi/graph

How to build as XDI2 plugin

Run

mvn clean install package -P xdi2-plugin

Community

Google Group: http://groups.google.com/group/xdi2

About

Support for using MongoDB as XDI2 backend storage

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 68.9%
  • JavaScript 25.2%
  • CSS 5.9%