Supported Technologies

Note

One of the important points is that Testlum is highly flexible and was built in such a way that the implementation of new integration happens very quickly.

Testlum Integrations out-of-the box

Browser integration

  1. Chrome

  2. Opera

  3. Firefox

  4. Edge

  5. Safari

NOTE : We recommend using the latest versions of browsers.


API

  • REST API - communicates with the server using the API when it needs any resource.

  • GraphQL - is between the client and one or more data sources; it accepts client requests and returns the required data according to the instructions given.

  • Websockets - a protocol that, unlike HTTP, allows you to organize permanent bidirectional communication between the client and the server.


DBs

  • SQL - user interaction with databases.

    • MySQL - open source. Anyone can use and modify it.

    • PostgreSQL is an object-relational database management system, and it uses SQL (Structured Query Language) as its primary query language.

    • OracleDB - supports multiple data models against a single integrated backend server.

    • ClickHouse - for working with big data of companies from any field.

  • NoSQL - an approach to the implementation of a scalable storage (database) of information with a flexible data model, which differs from classical relational DBMS.

    • DynamoDB - a fully managed serverless key-value NoSQL database built to run high-performance applications at any scale.

    • MongoDB - used for quick start-ups, creation of applications with unusual business logic, complex calculations and storage of user data.


Search Engines - Search system

  • ElasticSearch - Enables users to store, search, filter and analyze a large amount of information quickly and in real time.


Queues

Synchronized queue class

  • Kafka - a high-performance platform for streaming messages.

  • RabbitMQ - message broker for complex scenarios. Its task is to simplify routing between application modules and make it more efficient.

  • SQS - Fully managed message queue for microservices, distributed systems and serverless applications.


Storage

  • S3 - an object storage service that offers the best performance, scalability, availability and data security indicators in the industry.


Cache

  • Redis - Fast open source in-memory data store for use as a database, cache, message broker or queue.


Messages

  • SendGrid - a platform that will improve transactional mailings and allow scaling them to solve email marketing problems..

  • Twilio - with Twilio, you can communicate with your customers in the space they are most comfortable in - from text to email, from phone calls to video, intelligent chatbots and more - all within one powerful platform

  • SES - a blank e-mail service provider that can be integrated into any mass e-mail application.

  • SMTP - a network protocol designed to transfer e-mail between the sender’s server and the recipient’s mail client/server.


Lambda Function

A computing service that allows you to run code for almost any type of application or server service without the need for administration.