Mongo Insert raw data
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
- Insert or Load text file
- select / highlight 1 separator
- Execute !
- More Validation
- Friendly Alert
- Code Structure
- Test
- Fork it (https://github.com/Muonyet/lazy-mongo/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- codenoid codenoid - creator, maintainer