An open API service indexing awesome lists of open source software.

https://github.com/sarvsav/iza

Streamline platform operations with Linux inspired commands written in Go!
https://github.com/sarvsav/iza

artifactory ci cicd cli database devops go golang linux mongodb platform-engineering shell

Last synced: 25 days ago
JSON representation

Streamline platform operations with Linux inspired commands written in Go!

Awesome Lists containing this project

README

          

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]





Logo

Iza


Streamline platform operations with Linux inspired commands written in Go!


๐Ÿ“˜ Explore the docs ยป




๐Ÿ“… Book a meeting
ยท
๐Ÿ› Report Bug
ยท
๐Ÿ”จ Request Feature


Table of Contents



  1. About The Project



  2. Getting Started


  3. Usage

  4. Roadmap

  5. License

  6. Contact

  7. Contributors

  8. Acknowledgments

  9. Thank You

## About The Project

[![Iza][product-screenshot]](https://sarvsav.github.io/iza/)

I would like to thank **Iza** for inspiring me to build this project and it is dedicated to her.

With Iza, you can easily manage your mongodb operations if you are having an experience with linux shell commands.

For example, you can simply run `iza touch demo/buna_ziua` to create a new empty collection named `buna_ziua` in the database named `demo`. The new commands will come as an update to the project.

The details about the project can be found on [project website](https://sarvsav.github.io/iza/).

(back to top)

### Built With

[![Go][Golang]][Go-url]


[![docusaurus][docusaurus]][docusaurus-url]

(back to top)

## Getting Started

Describe your software architecture design as life, not the buildings. Software architecture is very relatable to life, as it has dynamics, meaning, purpose and lot of things. Your software exists for greater good.

### Prerequisites

You need to have Go installed on your machine to run the project.

### Installation

`iza` is distributed as single binary with no dependencies and can be installed using the `go install` command.

```sh
go install github.com/sarvsav/iza/cmd/iza@latest
```

## Usage

Running `ls` for mongodb and listing databases as well as collections.

```sh
iza ls -l # For long listing
```

![ls_mongo](./assets/recordings/ls_mongo_debug.gif)

Running `whoami` for mongodb and log level as debug.

```sh
iza whoami
```

![whoami_mongo_debug](./assets/recordings/whoami_mongo_debug.gif)

_For more information, please refer to the [Documentation](https://sarvsav.github.io/iza/)_

(back to top)

## Roadmap

See the [open issues](https://github.com/sarvsav/iza/issues) for a full list of proposed features (and known issues).

(back to top)

## License

Distributed under the MIT License. See [LICENSE](./LICENSE) for more information.

(back to top)

## Contact

Project Link: [https://github.com/sarvsav/iza](https://github.com/sarvsav/iza)

(back to top)

## Contributors

Big thanks to our contributors. Contributions of any kind are welcome!

Issues with the label `good first issue` are a good place to start.



Made with [contrib.rocks](https://contrib.rocks).

Kindly refer to the [contributing guide](./CONTRIBUTING.md) to contribute to the project.

(back to top)

## Adopters

๐Ÿ“ข If you're using iza in your organization, please add your name or company name to this [list](./ADOPTERS.md).

By adding yourself to the [ADOPTERS.md](./ADOPTERS.md) file, you help increase the project's visibility and credibility, which is essential for its growth.

(back to top)

## Acknowledgments

- [Best-README-Template](https://github.com/othneildrew/Best-README-Template)

(back to top)

## Thankyou

If you appreciate this project, please consider showing your support by โญ starring it, ๐Ÿ”„ sharing it with your friends, or ๐Ÿ’– making a donation. Thank you!

[contributors-shield]: https://img.shields.io/github/contributors/sarvsav/iza.svg?style=for-the-badge
[contributors-url]: https://github.com/sarvsav/iza/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/sarvsav/iza.svg?style=for-the-badge
[forks-url]: https://github.com/sarvsav/iza/network/members
[stars-shield]: https://img.shields.io/github/stars/sarvsav/iza.svg?style=for-the-badge
[stars-url]: https://github.com/sarvsav/iza/stargazers
[issues-shield]: https://img.shields.io/github/issues/sarvsav/iza.svg?style=for-the-badge
[issues-url]: https://github.com/sarvsav/iza/issues
[license-shield]: https://img.shields.io/github/license/sarvsav/iza.svg?style=for-the-badge
[license-url]: https://github.com/sarvsav/iza/blob/master/LICENSE.txt
[product-screenshot]: assets/iza.png
[Golang]: https://img.shields.io/github/go-mod/go-version/sarvsav/iza?style=for-the-badge&logo=go
[Go-url]: https://go.dev/
[Bazel]: https://img.shields.io/badge/Bazel-v7-brightgreen?style=for-the-badge&logo=bazel
[Bazel-url]: https://bazel.build/
[docusaurus]: https://img.shields.io/badge/docs-passing-green?style=for-the-badge&logo=docusaurus&logoColor=%233ECC5F
[docusaurus-url]: https://docusaurus.io/