Files
Baradb/docs/tr/index.md

59 lines
1.8 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# BaraDB Dokümantasyonu (Türkçe)
**Nim ile yazılmış çok modlu bir veritabanı motoru — %100 native, sıfır bağımlılık.**
## Hızlı Bağlantılar
> **Not:** Türkçe dokümantasyon geliştirme aşamasındadır. Tam bilgi için [İngilizce sürüme](../en/) bakın.
### Başlangıç
- [Kurulum](../en/installation.md)
- [Hızlı Başlangıç](../en/quickstart.md)
- [Mimari Genel Bakış](../en/architecture.md)
- [Yapılandırma Referansı](../en/configuration.md)
- [Dağıtım Rehberi](../en/deployment.md)
### Temel Kavramlar
- [BaraQL Sorgu Dili](../en/baraql.md)
- [Depolama Motorları](../en/storage.md)
- [Şema Sistemi](../en/schema.md)
- [Çapraz Modlu Sorgular](../en/crossmodal.md)
### Motorlar
- [LSM-Tree Depolama](../en/lsm.md)
- [B-Tree İndeksi](../en/btree.md)
- [Vektör Arama](../en/vector.md)
- [Grafik Motoru](../en/graph.md)
- [Tam Metin Arama](../en/fts.md)
- [Kolonlu Depolama](../en/columnar.md)
### API ve İstemciler
- [İstemci SDK'ları](../en/clients.md)
- [İkili Protokol](../en/api-binary.md)
- [HTTP/REST API](../en/api-http.md)
- [WebSocket API](../en/api-websocket.md)
- [Protokol Referansı](../en/protocol.md)
### Operasyonlar
- [Performans ve Kıyaslama](../en/performance.md)
- [Güvenlik Rehberi](../en/security.md)
- [İzleme ve Gözlemlenebilirlik](../en/monitoring.md)
- [Yedekleme ve Kurtarma](../en/backup.md)
- [Sorun Giderme](../en/troubleshooting.md)
### İleri Düzey
- [İşlemler ve MVCC](../en/transactions.md)
- [Dağıtık Sistemler](../en/distributed.md)
- [Kullanıcı Tanımlı Fonksiyonlar](../en/udf.md)
---
## Proje Bilgileri
- [Değişiklik Günlüğü](../en/changelog.md)
- [Lisans](../../LICENSE)
- [GitHub Deposu](https://github.com/katehonz/barabaDB)
---
*Türkçe dokümantasyon çeviri aşamasındadır.*