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!
- Host: GitHub
- URL: https://github.com/sarvsav/iza
- Owner: sarvsav
- License: mit
- Created: 2024-12-12T08:57:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-02T16:31:13.000Z (5 months ago)
- Last Synced: 2025-11-02T18:16:57.232Z (5 months ago)
- Topics: artifactory, ci, cicd, cli, database, devops, go, golang, linux, mongodb, platform-engineering, shell
- Language: Go
- Homepage: https://sarvsav.github.io/iza/
- Size: 3.15 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
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]
Iza
Streamline platform operations with Linux inspired commands written in Go!
๐ Explore the docs ยป
๐
Book a meeting
ยท
๐ Report Bug
ยท
๐จ Request Feature
Table of Contents
-
About The Project
-
Getting Started
- Usage
- Roadmap
- License
- Contact
- Contributors
- Acknowledgments
- 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/).
### Built With
[![Go][Golang]][Go-url]
[![docusaurus][docusaurus]][docusaurus-url]
## 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
```

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

_For more information, please refer to the [Documentation](https://sarvsav.github.io/iza/)_
## Roadmap
See the [open issues](https://github.com/sarvsav/iza/issues) for a full list of proposed features (and known issues).
## License
Distributed under the MIT License. See [LICENSE](./LICENSE) for more information.
## Contact
Project Link: [https://github.com/sarvsav/iza](https://github.com/sarvsav/iza)
## 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.
## 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.
## Acknowledgments
- [Best-README-Template](https://github.com/othneildrew/Best-README-Template)
## 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/