Pytest Markers
Pytest Markers: Pytest markers হলো decorators যা tests কে categorize, configure বা customize করতে ব্যবহৃত হয়। ১. @pytest.mark.parametri...
Pytest Markers: Pytest markers হলো decorators যা tests কে categorize, configure বা customize করতে ব্যবহৃত হয়। ১. @pytest.mark.parametri...
Pytest Markers: Pytest markers হলো decorators যা tests কে categorize, configure বা customize করতে ব্যবহৃত হয়। ১. @pytest.mark.parametri...
DynamoDB তে read operations with multiple filter 1️⃣ AWS CLI – Query with multiple filters DynamoDB CLI এ মূলভাবে Query এবং Scan দুইট...
🧠 DynamoDB Request Structure (Core Concept) DynamoDB API request সবসময় এই structure follow করে: Client → Operation → Table → Parameters →...
DynamoDB তে data delete করার syntax 1️⃣ AWS CLI – delete-item Syntax: aws dynamodb delete-item \ --table-name TableName \ --key ...
DynamoDB তে data update করার syntax 1️⃣ AWS CLI aws dynamodb update-item \ --table-name Users \ --key '{"user_id": {...
DynamoDB থেকে data read 1️⃣ AWS CLI DynamoDB তে data read করার জন্য প্রধানত 3 operation আছে: GetItem → Primary key দিয়ে এক record fetc...
DynamoDB তে data insert করার syntax 1️⃣ AWS CLI style (DynamoDB syntax) – CLI ব্যবহার হলে বা API call style 2️⃣ Python boto3 style – S...
Table Creation In DynamoDB 1) SQL এ আমরা আগে database তৈরি করি , তারপর table তৈরি করি । DynamoDB তে পুরো কনসেপ্টটা different . 2) But ...
1️⃣ Billing Mode মানে কি? DynamoDB তে প্রত্যেক table এর জন্য আমরা বলতে পারি আমরা কতোটা খরচ করতে চাই এবং performance কেমন চাই । এটা ঠিক করত...
DynamoDB Primary Key Concept DynamoDB এ primary key হলো table এর main identifier । Primary key দুইভাবে হতে পারে: Option 1 — Simple Primar...
Main Data Types in DynamoDB DynamoDB data type 3 ভাগে ভাগ করা যায়: 1️⃣ Scalar Types (Single Value) Type Description Example S String ...
1️⃣ DynamoDB কি? DynamoDB হলো fully managed NoSQL database service , যা Amazon Web Services (AWS) প্রদান করে। Main characteristics: NoSQL: ...
Full Setup We can access the DB using CLI and Query . Verify the using GUI 🚀 Goal Docker Compose দিয়ে run করবো: ✅ DynamoDB Local ✅ Dynam...
All Contents Of DynamoDB 1. Setup (CLI and GUI) using docker 2. Introduction 3. Data Types 4. Primary Key Concept 5. Billing Mode 6. T...
🎯 1. Scripted Metric কি? 👉 Scripted Metric হলো: তুমি নিজের logic লিখে aggregation করো 👉 মানে: built-in avg, sum না তুমি নিজেই calculation...
1. Aggregation কি? Aggregation হলো OpenSearch-এর analytics এবং summary tool , যা ডাটাকে group, summarize, calculate করতে সাহায্য করে। Metri...
🔹 _bulk কি? 👉 _bulk হলো এমন API যেটা দিয়ে একসাথে অনেকগুলো operation (insert/update/delete) করা যায়। 1️⃣ কেন _bulk ব্যবহার করা হয়? 🚀...
🔹 Batch Operation কি? 👉 Batch operation = একসাথে অনেকগুলো operation একবারে করা সহজ ভাষায়: একটার পর একটা আলাদা request না পাঠিয়ে, একসাথে gr...
1️⃣ Text Analysis Definition: OpenSearch–এ যখন আমরা unstructured text (মুক্ত লেখা) search করতে চাই, তখন সেই text–কে terms–এ split করে inver...