Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
/bin/
/.shards/
*.dwarf
/lazy-mongo
45 changes: 37 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,56 @@
# lazy-mongo
# LazyMongo

TODO: Write a description here
Mongo Insert raw data

![Example](https://raw.githubusercontent.com/Mounyet/lazy-mongo/master/lazymongo.gif)

## Installation

TODO: Write installation instructions here
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

TODO: Write usage instructions here
1. Insert or Load text file
2. select / highlight 1 separator
3. Execute !

## Development

TODO: Write development instructions here

- [ ] More Validation
- [ ] Friendly Alert
- [ ] Code Structure
- [ ] Test

## Contributing

1. Fork it (<https://github.com/your-github-user/lazy-mongo/fork>)
1. Fork it (<https://github.com/Muonyet/lazy-mongo/fork>)
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

- [your-github-user](https://github.com/your-github-user) codenoid - creator, maintainer
- [codenoid](https://github.com/codenoid) codenoid - creator, maintainer
Binary file modified lazy-mongo
Binary file not shown.
Binary file added lazymongo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.