Skip to content

projectdanube/xdi2-bdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


This is a project to use the Berkeley DB key/value store 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 the XDI2 plugin.

How to run as standalone web application

mvn clean install jetty:run -P war

Then access the web interface at

http://localhost:9996/

Or access the server's status page at

http://localhost:9996/xdi

Or use an XDI client to send XDI messages to

http://localhost:9996/xdi/graph

Maven Dependency

<dependency>
    <groupId>xdi2</groupId>
    <artifactId>xdi2-bdb</artifactId>
    <version>${xdi2-bdb-version}</version>
    <scope>compile</scope>
</dependency>

Community

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

IRC: irc://irc.freenode.net:6667/xdi

About

Support for using BDB as XDI2 backend storage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published