Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/giosil/nosql-tools
- Owner: giosil
- License: apache-2.0
- Created: 2019-11-19T11:30:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-04T08:15:02.000Z (8 months ago)
- Last Synced: 2024-11-07T06:17:59.210Z (3 months ago)
- Topics: java-nosql, manage-nosql-databases, nosql, nosql-databases
- Language: Java
- Homepage:
- Size: 750 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)