User contributions for Praew
Jump to navigation
Jump to search
26 October 2023
- 06:0306:03, 26 October 2023 diff hist +62 Start project No edit summary current
19 October 2023
- 04:5304:53, 19 October 2023 diff hist 0 Start project No edit summary
- 04:5204:52, 19 October 2023 diff hist +19 Start project No edit summary
- 04:5104:51, 19 October 2023 diff hist +6 Start project No edit summary
- 04:4904:49, 19 October 2023 diff hist +738 Start project No edit summary
- 04:4404:44, 19 October 2023 diff hist −14 Start project No edit summary
- 04:4204:42, 19 October 2023 diff hist +9,945 N SQS DSQ Hdr Created page with "= Example Sqs|Dsq Handler = step for create lambdaFunction and Sqs|Dsq handler == Lambda == * add lambda, copy LambdaFunction.js and change name, ex: ProcessProduct_Main.js <syntaxhighlight lang="JavaScript"> 'use strict'; const izaraSharedLib = require('@izara_project/izara-shared'); const dynamodbSharedLib = izaraSharedLib.dynamodbSharedLib; const hash = require('object-hash'); //* require more module that you use /** * description of function. * @param {string}..." current
- 04:2604:26, 19 October 2023 diff hist 0 Start project No edit summary
- 04:2504:25, 19 October 2023 diff hist +2,381 N Test Created page with "= Test = == initialSetup lambda == set one time after deploy service to AWS * go to AWS server => Lambda * choose InitialSetup lambda * Test => Test event => Event JSON <syntaxhighlight lang="JSON"> { } </syntaxhighlight> see output in CloudWatch == Test: API Handler == * go to AWS server => Lambda * choose your lambda ex: CreateProduct_HdrApi * Test => Test event => Event JSON <syntaxhighlight lang="JSON"> { "type": "Clothes", "name": "Dream" } </syntaxhighli..." current
- 01:2701:27, 19 October 2023 diff hist +3,102 N Initial setup Created page with "== set initail setup == * set dynamodb table <syntaxhighlight lang="JavaScript"> module.exports.tableConfigs = { Config: { // serviceName: serviceNameRbac, //tableName: 'UserRoles', // can overwrite tableName here }, ProductRecord: { // serviceName: initialSetupConfig.serviceNameProductManager, }, RolePermissions: { serviceName: initialSetupConfig.serviceNameRbac, }, //... } </syntaxhighlight> * set subscription topic <syntaxhighlight lan..." current
- 01:2401:24, 19 October 2023 diff hist +135 Start project No edit summary
- 01:0201:02, 19 October 2023 diff hist +515 API Hdr No edit summary current
- 00:4100:41, 19 October 2023 diff hist −6 Learning Material No edit summary
- 00:4100:41, 19 October 2023 diff hist +12 Learning Material No edit summary
17 October 2023
- 08:3408:34, 17 October 2023 diff hist +5,072 N API Hdr Created page with "= Example API Handler = step for create lambdaFunction and Api handler === in app/src === * add lambda, copy LambdaFunction.js and change name. ex. CreateProduct_Main.js <syntaxhighlight lang="JavaScript"> Example: 'use strict'; const izaraSharedLib = require('@izara_project/izara-shared'); const dynamodbSharedLib = izaraSharedLib.dynamodbSharedLib; const hash = require('object-hash'); //* require more module that you use /** * description of function. * @para..."
- 08:2108:21, 17 October 2023 diff hist +1,234 N DynamoDb Created page with "= Example DynamoDB table = example: add in resource/dynamodb-table.yml <br>see ideas: https://izara.io/wiki/index.php/Design_concepts <br>see ideas: https://izara.io/wiki/index.php/Service_-_Product_Manager <syntaxhighlight lang="YAML"> ex. Config table ConfigTable: Type: "AWS::DynamoDB::Table" Properties: TableName: ${self:custom.iz_resourcePrefix}Config AttributeDefinitions: - AttributeName: configKey AttributeType: S -..." current
- 08:0908:09, 17 October 2023 diff hist 0 Learning Material No edit summary
- 08:0708:07, 17 October 2023 diff hist +12 Start project No edit summary
- 08:0308:03, 17 October 2023 diff hist +194 Start project No edit summary
- 07:5907:59, 17 October 2023 diff hist +2,207 N Start project Created page with "= Start Project For Beginner = == prepare project to local == * BitBucket account. # fork repository to own workspace # clone repository to local <syntaxhighlight lang="text"> git clone git@bitbucket.org:your_repository_path.git </syntaxhighlight> * Local Computer add workspace in VS code. # open VS Code => File/Add Folder to Workspace... # choose your project * set SSH of BitBucket # sudo apt update && sudo apt install openssh-client # sudo dnf install openssh-clie..."
- 07:2707:27, 17 October 2023 diff hist +2 Learning Material No edit summary
- 07:2607:26, 17 October 2023 diff hist +25 Learning Material No edit summary
- 07:2507:25, 17 October 2023 diff hist +20 Learning Material No edit summary
- 07:2407:24, 17 October 2023 diff hist +2 Learning Material No edit summary
- 07:2307:23, 17 October 2023 diff hist +17 Learning Material No edit summary
21 August 2023
- 01:4501:45, 21 August 2023 diff hist +61 Deploy service - Graph Handler No edit summary current
16 August 2023
- 05:1605:16, 16 August 2023 diff hist +833 Deploy service - Graph Handler No edit summary
- 04:5304:53, 16 August 2023 diff hist −18 Learning Material No edit summary
- 04:5204:52, 16 August 2023 diff hist +111 Learning Material No edit summary
- 03:5803:58, 16 August 2023 diff hist +26 Deploy service - Graph Handler No edit summary
- 03:5703:57, 16 August 2023 diff hist −127 On Amazon Linux No edit summary current
- 03:5603:56, 16 August 2023 diff hist −127 On Ubantu No edit summary current
- 03:5603:56, 16 August 2023 diff hist +489 Deploy service - Graph Handler No edit summary
- 02:5002:50, 16 August 2023 diff hist +264 Learning Material No edit summary
- 02:0802:08, 16 August 2023 diff hist +64 Deploy service - Graph Handler No edit summary
- 02:0402:04, 16 August 2023 diff hist +181 Deploy service - Graph Handler No edit summary
- 02:0002:00, 16 August 2023 diff hist +48 On Ubantu No edit summary
- 01:4601:46, 16 August 2023 diff hist +67 Learning Material No edit summary
15 August 2023
- 07:4007:40, 15 August 2023 diff hist +1,417 N Neo4j Config Settings Created page with "= Neo4j Configuration = https://neo4j.com/docs/operations-manual/current/configuration/ <br>https://neo4j.com/docs/operations-manual/current/configuration/configuration-settings/ <br>The neo4j.conf file is the main source of configuration settings in Neo4j and includes the mappings of configuration setting keys to values. The location of the neo4j.conf file in the different configurations of Neo4j is listed in [Default file locations]. * into neo4j.conf file: ~$ cd /etc..." current
- 05:2105:21, 15 August 2023 diff hist +45 Deploy service - Graph Handler No edit summary
- 05:1105:11, 15 August 2023 diff hist +1,291 N On Amazon Linux Created page with "= install on Amazon Linux | RHEL | CENTOS = You can deploy Neo4j on Red Hat, CentOS, Fedora, or Amazon Linux distributions using the Neo4j RPM package. <br>https://neo4j.com/docs/operations-manual/current/installation/linux/rpm/ * OpenJDK support if not have > install ===Set up the repository=== * get key: <syntaxhighlight lang="text"> rpm --import https://debian.neo4j.com/neotechnology.gpg.key </syntaxhighlight> * check neo4j.repo: <syntaxhighlight lang="text"> cat..."
- 05:1105:11, 15 August 2023 diff hist +1,268 N On Ubantu Created page with "= install on Ubuntu | Debain = You can install Neo4j on Debian, and Debian-based distributions like Ubuntu, using the Neo4j Debian package(Debian-based distributions (.deb)). <br>https://neo4j.com/docs/operations-manual/current/installation/linux/debian/ * OpenJDK support if not have > install ===Add the repository=== * To use the repository for generally available versions of Neo4j, run: <syntaxhighlight lang="text"> wget -O - https://debian.neo4j.com/neotechnology.gp..."
- 04:4504:45, 15 August 2023 diff hist +254 Deploy service - Graph Handler No edit summary
- 04:1804:18, 15 August 2023 diff hist +73 Deploy service - Graph Handler No edit summary
- 04:1504:15, 15 August 2023 diff hist +85 Deploy service - Graph Handler No edit summary
- 04:1104:11, 15 August 2023 diff hist +6 Deploy service - Graph Handler No edit summary
- 04:0804:08, 15 August 2023 diff hist +15,220 Deploy service - Graph Handler No edit summary
14 August 2023
- 05:2505:25, 14 August 2023 diff hist +2,970 N 2023-08-14 - Old Deploy service - Graph Handler instructions Created page with "= Deploy instructions = # Clone project # cd \rbac\resource >> npm install # cd \rbac\app >> npm install # modify config/serverless.config.yml #* iz_serviceName(optional) #* iz_stage (optional) #* iz_region (optional) #* iz_accountId (optional) #* iz_logLevel (optional) # modify config/serverless.config.yml : For resources ## iz_DefaultKeyPairName: neo4jSharedKeyName ##* require existing key pair and make sure have private key pair installed on local computer ##* #Cre..." current
17 April 2023
- 02:4202:42, 17 April 2023 diff hist +1 Service Stack - Orders →Services current
19 January 2023
- 02:4302:43, 19 January 2023 diff hist +1 Triggered Cache →TriggerFlow current