Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/le0pard/pgtune

Pgtune - tuning PostgreSQL config by your hardware
https://github.com/le0pard/pgtune

database hardware javascript performance performance-tuning pgtune postgresql pwa rdbms tunning

Last synced: 9 days ago
JSON representation

Pgtune - tuning PostgreSQL config by your hardware

Awesome Lists containing this project

README

        

# [PgTune](https://pgtune.leopard.in.ua/) ![Build and Deploy](https://github.com/le0pard/pgtune/workflows/Build%20and%20Deploy/badge.svg?branch=master)

[![PGTune](https://repository-images.githubusercontent.com/17980400/ff62f200-e3ae-11e9-9169-fcdbb1cbdb20 "PGTune")](https://pgtune.leopard.in.ua/)

Tuning PostgreSQL config by your hardware. Based on original [pgtune](https://github.com/gregs1104/pgtune). Illustration by [Kate](https://dribbble.com/Kite).

## Development

To start it in development mode, you need install node.js, yarn and run in terminal:

```bash
$ yarn # get all node.js deps
$ yarn dev # start server on 5173 port
```

## Contributing

1. Fork it
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 new Pull Request