Похожие чаты

U mean some format to store data or an actual

database ?
if 1:
json and csv are proved to be great, while json is for data types in which the structure of data is dynamic and CSV is good for simple structures with headers and etc that are seperated by a delimiter ( ; , SPACE TAB etc)
if 2:
u should address the probelm u r trying to solve, is it required to deal with large data? ( DATA > some GBs )
if so, u should use oracle or ms sql server
if not so big data, and u need a DB then use something like Sqlite

PS: do u need to access the data locally or is it stored on a server? if it is server and data is big -> Sql server, Oracle . if not, mysql is good choice.

4 ответов

7 просмотров
ma-Asgari Автор вопроса

sumplementary material: CSV format example: header1, header2, header3, ... data1,data2,data3,.... (, is the delimter here) JSON format example: It is just like a dictionary in python, accessable by importing json module and using dump and load for coding/ decoding data in json format respectively.

What sort of devil spawn are you to recommend Oracle and mssql?

I'm writing a telegram bot to log warnings in my chat

nosql for the win!

Похожие вопросы

Обсуждают сегодня

Всем привет, написал код ниже, но он выдает сегфолт, в чем причина? #include <stdio.h> #include <stdlib.h> #include <string.h> struct product { char *name; float price; };...
buzz базз
70
Здравствуйте. Задача состоит в том, чтобы сделать real-time чат в мобильном приложении. После передачи сообщения пользователем через веб-сокеты, для основного и долговременног...
🐾
5
Всем доброго дня, ребят подскажите пожалуйста, если в курсе по ассемблеру используется MASM32, могу ли я использовать FASM? В чем явная разница и будет ли у меня все работать?
Botsman
17
Добрый день, не подскажите, если в OC-V3 поменять страндартную директорию /storage/ на /storage2/ - не будет сильно много проблем ?
Max Dubovsky
32
падает джоба хотя уже была собрана на соседнем namespace, куда капать? │ │ Copying blob sha256:2fa066caddb8f09a71082b03aa43046f79346a01d9c89e06a1f508bb1207dba5 427 │ │ Copyin...
Andrei St
2
Conversation at a festival with a non-crpto person (not a normie by any stretch, though): * person: tell me about crypto, me: ok, the original idea is p2p sound money for the...
molecular#123 🐓
25
Хотел бы спросить у знающих, правильную ли я выбрал книгу для начала изучения ассемблера Юрова В.И ? Или есть более лучшие книги для начала обучения?
Botsman
25
Книга Юрова В.И пойдёт для обучения?
Botsman
24
$params = [ 'formid' => 'feedbackForm', 'formTpl' => '@CODE: <form class="form-validate" data-id="ajax_form"> <fieldset class="margin-bottom-md"> ...
Pathologic
1
Люди добрые, помогите с идеями, потому что свои закончились. У клиента падает софтина в момент инициализации модуля OtlEventMonitor на RegisterWindowMessage('Gp/OtlTaskEvents/...
Михаил Усков
7
Карта сайта