Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/giosil/nosql-tools

A set of tools to manage NOSQL databases.
https://github.com/giosil/nosql-tools

java-nosql manage-nosql-databases nosql nosql-databases

Last synced: about 1 month ago
JSON representation

A set of tools to manage NOSQL databases.

Awesome Lists containing this project

README

        

# NOSQL-Tools

A set of tools to manage NOSQL databases.

## Tools available

- `java org.dew.dbsql.CommandNoSQL`

## Data sources configuration (nosql.cfg in CLASSPATH)

```
nosqldb.uri = mongodb://user:password@localhost:27017/database
```

## Build

- `git clone https://github.com/giosil/nosql-tools.git`
- `mvn clean install`

## Contributors

* [Giorgio Silvestris](https://github.com/giosil)