Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/le0pard/pgtune
- Owner: le0pard
- License: mit
- Created: 2014-03-21T13:29:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T20:24:18.000Z (about 2 months ago)
- Last Synced: 2024-09-18T01:17:45.555Z (about 2 months ago)
- Topics: database, hardware, javascript, performance, performance-tuning, pgtune, postgresql, pwa, rdbms, tunning
- Language: JavaScript
- Homepage: https://pgtune.leopard.in.ua
- Size: 69.8 MB
- Stars: 2,145
- Watchers: 57
- Forks: 217
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - le0pard/pgtune - Pgtune - tuning PostgreSQL config by your hardware (JavaScript)
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