You can edit almost every page by Creating an account. Otherwise, see the FAQ.

EventQL

From EverybodyWiki Bios & Wiki



EventQL
Developer(s)DeepCortex GmbH
Stable release
0.3.1 / July 26, 2016; 7 years ago (2016-07-26)
Engine
    Operating systemCross-platform
    Available inC++
    LicenceAGPL v3
    Websiteeventql.io

    Search EventQL on Amazon.

    EventQL is a open-source massively parallel database that supports SQL queries on large datasets.

    EventQL is the open source version of Google's BigQuery system. One explicitly stated design goal is that EventQL is able to scale to 10,000 servers or more and to be able to process hundreds of terrabytes of data and trillions of events in seconds.

    EventQL's location-aware optimizer automatically restructures a query plan to improve data locality.[1]

    Features[edit]

    • Streaming insert and update operations
    • SQL and JavaScript MapReduce Queries
    • Tables and queries are transparently split into partitions and distributed over many servers.
    • Supports Nested Records (ARRAY and OBJECT column types)
    • Open-source C++11 codebase

    Dependencies[edit]

    EventQL relies on the Apache ZooKeeper cluster coordination service. [2]

    See also[edit]

    Some use of "" in your query was not closed by a matching "".Some use of "" in your query was not closed by a matching "".

    References[edit]

    1. "8.1 Architecture". eventql.io. Retrieved 2016-08-19.
    2. "2.5.1 Setting up a new cluster". eventql.io. Retrieved 2016-08-19.

    Papers[edit]

    Some papers influenced the birth and design of EventQL. Here is a partial list:

    External links[edit]


    This article "EventQL" is from Wikipedia. The list of its authors can be seen in its historical. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.