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

https://github.com/keift/peakdb

Fast and advanced, NoSQL database.
https://github.com/keift/peakdb

database datastore db nosql peak sql

Last synced: 19 days ago
JSON representation

Fast and advanced, NoSQL database.

Awesome Lists containing this project

README

          

[Function]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function
[String]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String
[Number]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number
[Object]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object
[Array]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array
[Boolean]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean


PeakDB






# PeakDB

## 📖 İçindekiler (Contents)
* [Hakkında (About)](#about)
* [Özellikler (Features)](#features)
* [Kurulum (Installation)](#installation)
* [Bağlantılar (Links)](#links)

---

## Hakkında (About)

Hızlı ve gelişmiş, **doküman tabanlı** ve **anahtar-değer tabanlı** bir NoSQL veritabanıdır.

## Özellikler (Features)

* NoSQL veritabanı
* Kurulduğu gibi çalıştırılabilir
* Hem doküman tabanlı hem de anahtar-değer tabanlı kullanılabilir
* Koleksiyonlar için özelleştirilebilir ayarlar
* Şema (Schema) kullanma zorunluluğu yoktur
* Hızlı veri okuma ve yazma
* Veriler önbellekte (cache) tutulabilir
* Kolay veri bulma (arama)
* Otomatik veya manuel yedekleme

## Kurulum (Installation)

### NPM
```sh
npm install peakdb
````

### Yarn

```sh
yarn add peakdb
```

-----

## Bağlantılar (Links)

* [Dokümantasyon](https://peakdb.paiode.cf/api-docs)
* [Değişiklik Kaydı](https://www.google.com/search?q=CHANGELOG.md%23change-log)

-----

## Lisans (License)

[MIT](LICENSE.md)