File tree Expand file tree Collapse file tree 4 files changed +38
-8
lines changed Expand file tree Collapse file tree 4 files changed +38
-8
lines changed Original file line number Diff line number Diff line change 33/bin /
44/.shards /
55* .dwarf
6+ /lazy-mongo
Original file line number Diff line number Diff line change 1- # lazy-mongo
1+ # LazyMongo
22
3- TODO: Write a description here
3+ Mongo Insert raw data
4+
5+ ![ Example] ( https://raw.githubusercontent.com/Mounyet/lazy-mongo/master/lazymongo.gif )
46
57## Installation
68
7- TODO: Write installation instructions here
9+ MongoC Driver
10+
11+ ```
12+ wget https://github.com/mongodb/mongo-c-driver/releases/download/1.1.0/mongo-c-driver-1.1.0.tar.gz
13+ tar -zxvf mongo-c-driver-1.1.0.tar.gz && cd mongo-c-driver-1.1.0/
14+ ./configure --prefix=/usr --libdir=/usr/lib64
15+ make
16+ sudo make install
17+ ```
18+
19+ Qt5 & Install
20+
21+ ```
22+ sudo apt-get install libsdl2-dev
23+ sudo apt-get install libsdl2-mixer-*
24+ sudo apt-get install libsdl2-image-*
25+ sudo apt-get install qt5-default
26+ git clone https://github.com/Muonyet/lazy-mongo
27+ cd lazy-mongo
28+ shards install
29+ shards build
30+ ./bin/lazy-mongo
31+ ```
832
933## Usage
1034
11- TODO: Write usage instructions here
35+ 1 . Insert or Load text file
36+ 2 . select / highlight 1 separator
37+ 3 . Execute !
1238
1339## Development
1440
15- TODO: Write development instructions here
16-
41+ - [ ] More Validation
42+ - [ ] Friendly Alert
43+ - [ ] Code Structure
44+ - [ ] Test
45+
1746## Contributing
1847
19- 1 . Fork it (< https://github.com/your-github-user /lazy-mongo/fork > )
48+ 1 . Fork it (< https://github.com/Muonyet /lazy-mongo/fork > )
20492 . Create your feature branch (` git checkout -b my-new-feature ` )
21503 . Commit your changes (` git commit -am 'Add some feature' ` )
22514 . Push to the branch (` git push origin my-new-feature ` )
23525 . Create a new Pull Request
2453
2554## Contributors
2655
27- - [ your-github-user ] ( https://github.com/your-github-user ) codenoid - creator, maintainer
56+ - [ codenoid ] ( https://github.com/codenoid ) codenoid - creator, maintainer
You can’t perform that action at this time.
0 commit comments