{"id":20763679,"url":"https://github.com/infosys/realtimestreams","last_synced_at":"2025-04-30T07:50:00.984Z","repository":{"id":39954217,"uuid":"200692953","full_name":"Infosys/RealtimeStreams","owner":"Infosys","description":"Realtime streams repo","archived":false,"fork":false,"pushed_at":"2022-12-05T23:37:46.000Z","size":5776,"stargazers_count":7,"open_issues_count":10,"forks_count":15,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-30T07:49:52.908Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Infosys.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-08-05T16:38:59.000Z","updated_at":"2022-05-29T15:36:24.000Z","dependencies_parsed_at":"2022-09-05T10:30:42.707Z","dependency_job_id":null,"html_url":"https://github.com/Infosys/RealtimeStreams","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Infosys%2FRealtimeStreams","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Infosys%2FRealtimeStreams/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Infosys%2FRealtimeStreams/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Infosys%2FRealtimeStreams/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Infosys","download_url":"https://codeload.github.com/Infosys/RealtimeStreams/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251666227,"owners_count":21624291,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-17T10:45:28.509Z","updated_at":"2025-04-30T07:50:00.957Z","avatar_url":"https://github.com/Infosys.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Infosys Realtime Streams Community Edition ( Lite Version ) Repository\n\n**Infosys Real time Streams** is a horizontal framework which makes management, monitoring, real-time analytics and visualization of live streaming data a cinch and provides a visual code free interface, allowing the user to create pipelines of real time streams at ease and also depict their visualizations as a presentation layer\n\nThe Realtime Streams visual code free interface can be classified into two.\n\n    Realtime Streams : An interface for the Realtime pipeline Management\n    Stream Studio    : An interface for the Business Stream Portal Management\n\nUsing the Realtime Streams login page we can login to the Realtime pipeline Management user interface with the credentials realtimeuser/realtimeuser\n\n\u003cp align=\"center\"\u003e \u003cimg src=\"https://github.com/Infosys/RealtimeStreams/blob/master/dss-wiki/images/login.jpg\"\u003e \u003c/p\u003e\n  \nRealtime Streams core modules deals with creation of data pipeline, configuration of its components, its execution and visualization and granting exceptional access to users. \n\nThe landing page will have the pipeline management screens\n\n \u003cp align=\"center\"\u003e \u003cimg src=\"https://github.com/Infosys/RealtimeStreams/blob/master/dss-wiki/images/landing.jpg\"\u003e \u003c/p\u003e\n\nFollowing are the core modules\n\n    * User Access Manager\n    * Configuration\n    * Pipeline\n    * Execution\n    * Visualizations\n    * Stream Studio\n    * Operational UI Wizard\n  \n  The user interface has a guided wizard for the users to understand the process flow.\n  \n \u003cp align=\"center\"\u003e \u003cimg src=\"https://github.com/Infosys/RealtimeStreams/blob/master/dss-wiki/images/guidedlanding.jpg\"\u003e  \u003c/p\u003e\n  \n  The configuration screen will have the configuration related functionalities\n  \n  \u003cp align=\"center\"\u003e \u003cimg src=\"https://github.com/Infosys/RealtimeStreams/blob/master/dss-wiki/images/configuration.jpg\"\u003e  \u003c/p\u003e\n\n  Using the pipeline creation screen we can create the realtime pipelines\n  \n  \u003cp align=\"center\"\u003e \u003cimg src=\"https://github.com/Infosys/RealtimeStreams/blob/master/dss-wiki/images/pipelinecreation.jpg\"\u003e  \u003c/p\u003e\n\n**Realtime Streams Installation and deployment**\n\nFollowing are the setup steps that needs to be followed for Realtime Streams Installation and deployment.\n\n**Prerequisites used in the setup**\n\n    * Mysql version 5.1.31\n    * Hadoop\n    * Sources like Kafka/Flume\n    * Processing engine like Spark\n    * Sink like Elassandra\n    * Livy\n    * Grafana\n    * Java 1.8\n    * Tomcat 8.5.2\n    * Maven 3.3.3\n    \n**Installation and deployment**\n\n    * Download the latest code from Git repository.\n    * Change the mysql user id and password in the persistence.properties file available in the dss-stream-api\\src\\main\\resources\\ and dss-portal-api\\src\\main\\resources\\\n    * Change the required properties in the dss-stream-api\\src\\main\\resources\\commonconfig.properties\n    * Open the mysql prompt and run the script schema.sql in the dss-scripts folder which will create the database .Tables will be created by hibernate internally.\n    * Build the code using Maven and get the war file for the deployment from the dss-builder(parent pom) . We will have realtimestreams.war and streamportal.war in dss-stream-api and dss-portal-api target folders respectively.\n    * If we are using Tomcat container (added the Jetty plugin as well), copy the war files in the webapps and start the application. Verify whether the mysql tables  are created by hibernate internally.\n    * Connect to the mysql data base (realtimestreams) and run all the remaining scripts in dss-scripts config and template folder.\n    * Restart the tomcat after applying all the mysql scripts.\n    * The application will be available from the following URLs,\n          Realtime Streams URL  : http://\u003cip\u003e:\u003cport\u003e/realtimestreams/login.html  (OR http://\u003cip\u003e:\u003cport\u003e/dss-stream-api/login.html)\n          Stream Portal URL     : http://\u003cip\u003e:\u003cport\u003e/streamportal/login.html   ( OR  http://\u003cip\u003e:\u003cport\u003e/dss-portal-api/login.html) \n\n**Overview on the Community and Enterprise versions of Realtime Streams** \n\n\u003cp align=\"center\"\u003e \u003cimg src=\"https://github.com/Infosys/RealtimeStreams/blob/master/dss-wiki/images/versiondifference01.jpg\"\u003e  \u003c/p\u003e\n\n\u003cp align=\"center\"\u003e \u003cimg src=\"https://github.com/Infosys/RealtimeStreams/blob/master/dss-wiki/images/versiondifference02.jpg\"\u003e  \u003c/p\u003e\n\n\u003cp align=\"center\"\u003e \u003cimg src=\"https://github.com/Infosys/RealtimeStreams/blob/master/dss-wiki/images/versiondifference03.jpg\"\u003e  \u003c/p\u003e\n\nHortonWorks + Cloudera Link -\n\nhttps://2xbbhjxc6wk3v21p62t8n4d4-wpengine.netdna-ssl.com/wp-content/uploads/2016/11/Infosys-Real-Time-Streams-Extract-your-business-value-in-real-time-from-data-in-motion.pdf\n\n**Eager to know more on Realtime Streams**\n      \nVisit the official Page - https://www.infosys.com/data-analytics/insights/Documents/realtime-streams.pdf\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfosys%2Frealtimestreams","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finfosys%2Frealtimestreams","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfosys%2Frealtimestreams/lists"}