NoSQL
The NoSQL database (originally referred to the "non-SQL" or "non-relational" database) provides a
mechanism for retrieving and retrieving data modeled in other ways besides the tabular relationships
used in the relational database. ... NoSQL databases are increasingly being used in large data and real time
web apps.
Pangkalan data NoSQL (pada asalnya merujuk kepada pangkalan data "bukan SQL" atau "tidak
relasional") menyediakan mekanisme penyimpanan dan pengambilan data yang dimodelkan dengan cara
lain selain hubungan tabular yang digunakan dalam pangkalan data hubungan. ... Pangkalan data NoSQL
semakin digunakan dalam data besar dan aplikasi web masa nyata.
MongoDB Atlas delivers the world's major databases for modern applications as fully automated cloud
services designed and run by the same team that builds databases. Proven operational and safety
practices, automate time consuming administration tasks such as infrastructure provisioning, database
setup, ensuring availability, global distribution, backup and more. Easy-to-use UI and APIs let you spend
more time building your apps and reducing the time to manage your database.
MongoDB Atlas menyampaikan pangkalan data utama dunia untuk aplikasi moden sebagai perkhidmatan
awan sepenuhnya automatik yang direka dan dijalankan oleh pasukan yang sama yang membina
pangkalan data. Amalan operasi dan keselamatan yang terbukti dibina, mengautomasikan tugas
pentadbiran yang memakan masa seperti penyediaan infrastruktur, persediaan pangkalan data,
memastikan ketersediaan, pengagihan global, sandaran dan banyak lagi. UI dan API yang mudah
digunakan membolehkan anda menghabiskan lebih banyak masa membina aplikasi anda dan
mengurangkan masa menguruskan pangkalan data anda.
--------------------------------------------------------------------------------------------------------------------------------------
WordPress is a free and open-source content management system based on PHP and
MySQL. Features include a plugin architecture and a template system. It is most associated
with blogging, but supports other types of web content including more traditional mailing lists
and forums, media galleries, and online stores.
WordPress adalah sistem pengurusan kandungan percuma dan sumber terbuka
berdasarkan PHP dan MySQL. Ciri-ciri termasuk senibina plugin dan sistem templat. Ini
paling berkaitan dengan blog, tetapi menyokong jenis kandungan web yang lain termasuk
senarai mel tradisional dan forum, galeri media, dan kedai dalam talian. (Tradisonal Web)
What is [Link]
[Link] is an open source server environment
[Link] is free
[Link] runs on various platforms (Windows, Linux, Unix, Mac OS X,
etc.)
[Link] uses JavaScript on the server
Why [Link]?
[Link] uses asynchronous programming!
A common task for a web server can be to open a file on the server and
return the content to the client.
Here is how PHP or ASP handles a file request:
1. Sends the task to the computer's file system.
2. Waits while the file system opens and reads the file.
3. Returns the content to the client.
4. Ready to handle the next request.
Here is how [Link] handles a file request:
1. Sends the task to the computer's file system.
2. Ready to handle the next request.
3. When the file system has opened and read the file, the server returns
the content to the client.
[Link] eliminates the waiting, and simply continues with the next request.
[Link] runs single-threaded, non-blocking, asynchronously programming,
which is very memory efficient.
What Can [Link] Do?
[Link] can generate dynamic page content
[Link] can create, open, read, write, delete, and close files on the
server
[Link] can collect form data
[Link] can add, delete, modify data in your database
What is a [Link] File?
[Link] files contain tasks that will be executed on certain events
A typical event is someone trying to access a port on the server
[Link] files must be initiated on the server before having any effect
[Link] files have extension ".js"