Skip to content

Commit 8bd4b81

Browse files
authored
Merge pull request #1 from Muonyet/development
merge dev
2 parents ade8af0 + 3669ed8 commit 8bd4b81

File tree

4 files changed

+38
-8
lines changed

4 files changed

+38
-8
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
/bin/
44
/.shards/
55
*.dwarf
6+
/lazy-mongo

README.md

Lines changed: 37 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,56 @@
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>)
2049
2. Create your feature branch (`git checkout -b my-new-feature`)
2150
3. Commit your changes (`git commit -am 'Add some feature'`)
2251
4. Push to the branch (`git push origin my-new-feature`)
2352
5. 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

lazy-mongo

86.7 KB
Binary file not shown.

lazymongo.gif

288 KB
Loading

0 commit comments

Comments
 (0)