Git Product home page Git Product logo

kipcon's Introduction

Hello There

kipcon's People

Contributors

programmer-666 avatar

Watchers

 avatar

kipcon's Issues

SQLite Veritabanı Organizasyonu

Kipcon

Kullanılacak dosya ve klasör isimleri önceden parametre olarak verilebilir (yada varsayılan olarak) sonradan değişiklikler yapılarak kullanılabilir.

Notlar

  • Veritabanı için ayrı modül hazırlanacak (KipconDb).
  • Veritabanının ve tabloların oluşturulması için ayrı bir sınıf tanımlanacak.
  • KipconDb içerisine class olarak veritabanı organizasyon işlemleri yazılacak.
  • Const tablolarına yeni bir veri eklendiğinde sonraki değişiklikler UPDATE ile yapılacak.
  • Folder name için Max 18 karakterlik bir alan limiti var. [ 12345678_12345678_ ]

Tables (Level 1)

CONST_TOKENS

  • token_id
  • token
  • token_creation_datetime
  • client_id

CONST_FOLDERS

  • CONST_FOLDER_ID
  • main_folder_path
  • main_folder_name
  • json_folder_name
  • ini_folder_name
  • yaml_folder_name
  • csv_folder_name

conf_types

  • conf_id
  • conf_type

config_files

  • configfile_id
  • conf_type (conf_types: conf_type)
  • configfile_name
  • configfile_path (CONST_FOLDERS: CONST_FODLER_ID)
  • configfile_creation_datetime
  • configfile_edited_datetime
  • configfile_status
  • configfile_special_code (special_code)

Tables (Level 2)

transactions

  • tn_id
  • tn_token
  • tn_datetime
  • tn_confile (config_files: confile_id)
  • tn_status (get/set[1,0])

clients

  • cl_id
  • cl_name
  • cl_ip

permissions

  • p_id
  • cl_id
  • confile_id
  • p_permission

Base

conf dosyaları veritabanında tutulacak
api ile iletişim sağlanacak
manager ile kontrol

modüller
core
dbman
manager
apicore | fastapi
sec

tokenler
ssl
json, xml, yaml, ini

veritabanı üzerinde dosyalarla ilgili bilgiler yer alacak
dosyaların içerikleri dizinlerin altında sıralanarak tutulacak
bu işlemler şifrelenecek, dosyalar şifreli olacak

asimetrik şifreleme kullanılabilir. (ecdsa)

veritabanında tutulacak bilgiler
dosya yolu
dosya tipi
oluşturulma tarihi
değiştirlme tarihi
değiştiren token
zaman

şifreleme için ayrı bir veritabanı
anahtarlar

her cliente özel bir token olacak
tokene sahip olmayan clientler ile iletişim gerçekleşmeyecek

aradaki iletişim ssl veya asimetrik bir şifreleme algortiması ile gerçekleştirilecek

dosya izinleri
json,xml,yaml,ini

3312

1 get
2 set

konfig içerisini okuyup belirli alanları gölgeleme?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.