{"id":27890278,"url":"https://github.com/tibcosoftware/js-workshops","last_synced_at":"2025-05-05T10:46:21.624Z","repository":{"id":44482754,"uuid":"70948067","full_name":"TIBCOSoftware/js-workshops","owner":"TIBCOSoftware","description":"Follow this \"Urban Roast\" demo tutorial series to power your app with Visualize.js!","archived":false,"fork":false,"pushed_at":"2023-10-10T11:15:07.000Z","size":28524,"stargazers_count":11,"open_issues_count":134,"forks_count":15,"subscribers_count":15,"default_branch":"master","last_synced_at":"2024-04-14T07:46:00.148Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.youtube.com/watch?v=hELgK1RG01M\u0026list=PL5NudtWaQ9l4wsnGx0GFyOsvztFBJp1_S","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TIBCOSoftware.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-14T21:19:42.000Z","updated_at":"2024-04-14T07:46:00.149Z","dependencies_parsed_at":"2023-01-26T18:30:37.870Z","dependency_job_id":null,"html_url":"https://github.com/TIBCOSoftware/js-workshops","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/TIBCOSoftware%2Fjs-workshops","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TIBCOSoftware%2Fjs-workshops/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TIBCOSoftware%2Fjs-workshops/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TIBCOSoftware%2Fjs-workshops/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TIBCOSoftware","download_url":"https://codeload.github.com/TIBCOSoftware/js-workshops/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252485687,"owners_count":21755821,"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":"2025-05-05T10:46:21.037Z","updated_at":"2025-05-05T10:46:21.616Z","avatar_url":"https://github.com/TIBCOSoftware.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Visualize.js sample app \"UrbanRoast\" tutorial\n=============================================\n\n* Follow along with our v7 embedding [video tutorial series here.]\n* View the [live hosted demo here.]\n\n\nGetting started\n---------------\n \n \u003e Follow these steps to load this demo locally onto your system\n \n - First install Jaspersoft v7. If needed, you can install the [60 day trial here.]\n \n - Download this github repo onto your local web server. Use any tool that you like (for example: [MAMP]) to host.\n \n - Build a new database in POSTGRES called \"freshcoffee\" (using pgAdmin you can right click Databases \u003e create \u003e database)\n  \n - Now right click your \"freshcoffee\" database and select restore. Under Filename you can select your database file named \"freshcoffee\" under the resources/data folder in this repo. \n  \n - Your data should now be set! If you need them, you can also find the CSV data files under the resources/data folder and scripts to build the tables and add with the following in the terminal...\n - psql -c \"COPY tbname FROM '/tmp/the_file.csv' delimiter '|' csv;\"\n \n - Now import the jrs-urban-export.zip file from the resources/jrs-resources folder on this repo into the JasperReport Server by logging in as superuser and going to (admin \u003e server settings \u003e import).\n \n - You can also double check your database connection by going to the Jaspersoft Server, opening view \u003e repository and navigating to public \u003e samples \u003e UrbanRoast \u003e Data Sources. Now you can right click the \"freshcoffee\" data source and select edit to ensure that your Postgres username and password (default: postgres/postgres) is set. If your Postgres data port is different than the default you can change it here as well.\n \n - You can now run any of the main module pages, for example you can open the module3 folder and run cafe.html on your server. From there you can use the top right nav in the page to run any of the three finished modules.\n \n - Keep in mind that module1 is broken up into three parts as we build, with the module 1-3 and locations.html as the finished result.\n \n - Note: You'll want to make sure that all HTML files point to the location you have JRS installed for Visualize.js. \n\tThis is usually on localhost:8080 - \"http://localhost:8080/jasperserver-pro/client/visualize.js\"\n\t\n \n ### Video Tutorials\n \n * Need a jump start? Watch our [Visualize.js tutorial series] and see what's new for version 7. Also you can view our general [API video tutorials] for more information on Visualize.js and embedding inside your application.\n \n\n[Visualize.js API reference guide]: https://community.jaspersoft.com/documentation/tibco-jasperreports-server-visualizejs-guide/v62/api-reference-visualizejs\n[JasperReport Server]: https://jaspersoft.com/download\n[installation]: https://jaspersoft.com/download\n[quick start guide]: https://jaspersoft.com/jaspersoft-quick-start-guide\n[API video tutorials]: https://community.jaspersoft.com/wiki/visualizejs-tutorials\n[video tutorial series here.]: https://www.youtube.com/watch?v=hELgK1RG01M\u0026list=PL5NudtWaQ9l4wsnGx0GFyOsvztFBJp1_S\n[live demo here]: https://demo.jaspersoft.com/urban-roast/cafe.html\n[tutorial series here on GitHub.]: https://demo.jaspersoft.com/urban-roast/cafe.html\n[MAMP]: https://www.mamp.info/en/\n[live hosted demo here.]: https://demo.jaspersoft.com/urban-roast/cafe.html\n[60 day trial here.]: https://www.jaspersoft.com/download\n\n[Download JRS]: https://jaspersoft.com/download\n\n\nLicense\n=================\n\nCopyright © 2018 TIBCO Software Inc. All Rights Reserved. \n\nRedistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\n1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\n\n3. Neither the name of TIBCO Software Inc.  nor the names of any contributors may  be used to endorse or promote products derived from this software without specific prior written permission. \n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT OWNER AND CONTRIBUTORS  \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n\nTHIRD PARTY NOTICES\n\n*jQuery 1.11.3\n\nCopyright jQuery Foundation and other contributors, https://jquery.org/\n\nThis software consists of voluntary contributions made by many\nindividuals. For exact contribution history, see the revision history\navailable at https://github.com/jquery/jquery\n\nThe following license applies to all parts of this software except as\ndocumented below:\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nAll files located in the node_modules and external directories are\nexternally maintained libraries used by this software which have their\nown licenses; we recommend you read them, as their terms may differ from\nthe terms above.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftibcosoftware%2Fjs-workshops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftibcosoftware%2Fjs-workshops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftibcosoftware%2Fjs-workshops/lists"}