When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Apache Kafka - Wikipedia

    en.wikipedia.org/wiki/Apache_Kafka

    Kafka Connect (or Connect API) is a framework to import/export data from/to other systems. It was added in the Kafka 0.9.0.0 release and uses the Producer and Consumer API internally. The Connect framework itself executes so-called "connectors" that implement the actual logic to read/write data from other systems.

  3. Cap'n Proto - Wikipedia

    en.wikipedia.org/wiki/Cap'n_Proto

    Like most RPC frameworks dating as far back as Sun RPC and OSF DCE RPC (and their object-based descendants CORBA and DCOM), Cap'n Proto uses an Interface Description Language (IDL) to generate RPC libraries in a variety of programming languages - automating many low level details such as handling network requests, converting between data types, etc.

  4. Apache Spark - Wikipedia

    en.wikipedia.org/wiki/Apache_Spark

    Spark Core is the foundation of the overall project. It provides distributed task dispatching, scheduling, and basic I/O functionalities, exposed through an application programming interface (for Java, Python, Scala, .NET [16] and R) centered on the RDD abstraction (the Java API is available for other JVM languages, but is also usable for some other non-JVM languages that can connect to the ...

  5. List of Apache Software Foundation projects - Wikipedia

    en.wikipedia.org/wiki/List_of_Apache_Software...

    Libcloud: a standard Python library that abstracts away differences among multiple cloud provider APIs. Linkis : a computation middleware project, which decouples the upper applications and the underlying data engines, provides standardized interfaces (REST, JDBC, WebSocket etc.) to easily connect to various underlying engines (Spark, Presto ...

  6. RabbitMQ - Wikipedia

    en.wikipedia.org/wiki/RabbitMQ

    RabbitMQ is an open-source message-broker software (sometimes called message-oriented middleware) that originally implemented the Advanced Message Queuing Protocol (AMQP) and has since been extended with a plug-in architecture to support Streaming Text Oriented Messaging Protocol (STOMP), MQ Telemetry Transport (MQTT), and other protocols.

  7. Mobile Web Server - Wikipedia

    en.wikipedia.org/wiki/Mobile_Web_Server

    A Mobile Web Server is software designed for modern-day smartphones to host personal web servers through the use of open sourced software.. Nokia is one of the few cellphone companies that brought Apache HTTP Server to their line of Nokia cellphones, running Symbian OS S60 mobile software platform.

  8. LoadRunner - Wikipedia

    en.wikipedia.org/wiki/LoadRunner

    LoadRunner is a software testing tool from OpenText.It is used to test applications, measuring system behavior and performance under load.. LoadRunner can simulate millions of users concurrently using application software, recording and later analyzing the performance of key components of the application whilst under load.

  9. Apache Thrift - Wikipedia

    en.wikipedia.org/wiki/Apache_Thrift

    TThreadedServer – A multi-threaded server using a thread per connection model and standard blocking I/O. TThreadPoolServer – A multi-threaded server using a thread pool and standard blocking I/O. Thrift is written in C++, but can create code for some other programming languages.