All Projects → anychart-integrations → golang-http-mysql-template

anychart-integrations / golang-http-mysql-template

Licence: Apache-2.0 license
This example shows how to use Anychart library with the Go programming language and MySQL database.

Programming Languages

go
31211 projects - #10 most used programming language
SQLPL
141 projects
HTML
75241 projects
CSS
56736 projects

AnyChart - Robust JavaScript/HTML5 Chart library for any project

Go basic template

This example shows how to use Anychart library with the Go programming language and MySQL database.

Running

To use this sample you must have Go installed as described here, and follow the official Go code organization; MySQL installed and running, if not please check out MySQL download page and follow these instructions.

To check your installations, run the following command in the command line:

$ go version
go version go1.7.1 linux/amd64 # sample output
$ mysql --version
mysql  Ver 14.14 Distrib 5.5.52, for debian-linux-gnu (x86_64) using readline 6. # sample output

To start this example run commands listed below.

Clone the repository from github.com:

$ go get github.com/anychart-integrations/golang-http-mysql-template

Navigate to the repository folder:

cd $GOPATH/src/github.com/anychart-integrations/golang-http-mysql-template

Install dependencies:

$ go get ./...

Compile demo:

$ go install github.com/anychart-integrations/golang-http-mysql-template
$ go build

Set up MySQL database, use -u -p flags to provide username and password:

$  mysql < database_backup.sql

Run example:

$ golang-http-mysql-template

Open browser at http://localhost:8080/

Workspace

Your workspace should look like:

$GOPATH/
    bin/
    pkg/
    src/
        github.com/
            {user}/
                golang-http-mysql-template/
                    public/
                        static/
                            css/
                                style.css   # css file
                    templates/
                        index.html          # html template
                    database_backup.sql     # MySQL database dump
                    main.go                 # main Go code
                    README.md

Technologies

Language - Go
Database - MySQL
Web framework - net/http, html/template

Further Learning

License

AnyChart Go/MySQL integration sample includes two parts:

  • Code of the integration sample that allows to use Javascript library (in this case, AnyChart) with Go language and MySQL database. You can use, edit, modify it, use it with other Javascript libraries without any restrictions. It is released under Apache 2.0 License.
  • AnyChart JavaScript library. It is released under Commercial license. You can test this plugin with the trial version of AnyChart. Our trial version is not limited by time and doesn't contain any feature limitations. Check details here.

If you have any questions regarding licensing - please contact us. [email protected]

Analytics

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].