https://github.com/codenoid/lazy-mongo
Insert data to mongo from text plain or file
https://github.com/codenoid/lazy-mongo
crystal crystal-language data database mongoclient mongodb
Last synced: 2 months ago
JSON representation
Insert data to mongo from text plain or file
- Host: GitHub
- URL: https://github.com/codenoid/lazy-mongo
- Owner: codenoid
- License: mit
- Created: 2018-09-15T07:37:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-15T08:59:37.000Z (over 6 years ago)
- Last Synced: 2025-02-02T15:48:41.962Z (4 months ago)
- Topics: crystal, crystal-language, data, database, mongoclient, mongodb
- Language: Crystal
- Homepage:
- Size: 2.86 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LazyMongo
Mongo Insert raw data

## Installation
MongoC Driver
```
wget https://github.com/mongodb/mongo-c-driver/releases/download/1.1.0/mongo-c-driver-1.1.0.tar.gz
tar -zxvf mongo-c-driver-1.1.0.tar.gz && cd mongo-c-driver-1.1.0/
./configure --prefix=/usr --libdir=/usr/lib64
make
sudo make install
```Qt5 & Install
```
sudo apt-get install libsdl2-dev
sudo apt-get install libsdl2-mixer-*
sudo apt-get install libsdl2-image-*
sudo apt-get install qt5-default
git clone https://github.com/Muonyet/lazy-mongo
cd lazy-mongo
shards install
shards build
./bin/lazy-mongo
```## Usage
1. Insert or Load text file
2. select / highlight 1 separator
3. Execute !## Development
- [ ] More Validation
- [ ] Friendly Alert
- [ ] Code Structure
- [ ] Test
## Contributing1. Fork it ()
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request## Contributors
- [codenoid](https://github.com/codenoid) codenoid - creator, maintainer