- Python Web Scraping Cookbook
- Michael Heydt
- 103字
- 2021-06-30 18:44:08
Storing data in Elasticsearch
Elasticsearch is a search engine based on Lucene. It provides a distributed, multitenant-capable, full-text search engine with an HTTP web interface and schema-free JSON documents. It is a non-relational database (often stated as NoSQL), focusing on the storage of documents instead of records. These documents can be many formats, one of which is useful to us: JSON. This makes using Elasticsearch very simple as we do not need to convert our data to/from JSON. We will use Elasticsearch much more later in the book
For now, let's go and store our planets data in Elasticsearch.
推薦閱讀
- CorelDRAW X6 中文版圖形設計實戰從入門到精通
- Force.com Development Blueprints
- 計算機網絡工程實用教程(第2版)
- 雷達饋線技術
- Getting Started with Grunt:The JavaScript Task Runner
- 網絡工程實施技術與方案大全
- Hands-On Microservices with Node.js
- INSTANT LinkedIn Customization How-to
- AWS Lambda Quick Start Guide
- LwIP應用開發實戰指南:基于STM32
- 新媒體交互藝術
- Python API Development Fundamentals
- 新IP:面向泛在全場景的未來數據網絡
- 黑客心理學:社會工程學原理
- OSPF協議原理與功能拓展