Questions about the Genie.jl full stack web development framework, which uses the Julia programming language
Questions tagged [genie.jl]
20 questions
                    
                    5
                    
            votes
                
                1 answer
            
        QUploader component in Julia
I have been developing an application in Julia using Genie Framework and Stipple, and the main task of this app is to implement Sobel and Prewitt operator. The problem that I am struggling with is the uploader component. So basically I am able to…
        
        VladH
        
- 143
 - 7
 
                    4
                    
            votes
                
                2 answers
            
        How to switch database backends in Genie.jl if you already created an App?
I am following this tutorial: https://genieframework.com/docs/tutorials/Developing-MVC-Web-Apps.html#gettingstarted-creatingtheapp where I created my MVC app and selected a MySQL backend. However, I am having issues with MySQL so I want to switch…
        
        logankilpatrick
        
- 13,148
 - 7
 - 44
 - 125
 
                    4
                    
            votes
                
                1 answer
            
        How to create Genie MVC app with Oracle DB as backend?
I am trying to create a new MVC application with Oracle DB as backend with DB Option 4(Others).
julia> Genie.newapp_mvc("WatchTonight")
But, getting the following error:
┌ Error: Pkg.Types.PkgError("The following package names could not be…
        
        AVA
        
- 2,474
 - 2
 - 26
 - 41
 
                    3
                    
            votes
                
                1 answer
            
        Route in Genie.jl 404's despite being defined in routes.jl
In Genie, I have the following code in routes.jl:
using Genie.Router
route("/") do
  serve_static_file("welcome.html")
end
I ran the server by typing up(). However, when I visit the index page, I get a 404 message:
julia> up()
┌ Info: 
└ Web…
        
        logankilpatrick
        
- 13,148
 - 7
 - 44
 - 125
 
                    2
                    
            votes
                
                1 answer
            
        Julia Web App To Upload CSV, apply a function, return an output
I am brand new to web-app development and web development. Please excuse the gross naivety of this question, but I am hoping for some guidance and opinions
Basically, I have built some code which takes in three csv files (around 25kb in size each),…
        
        TNoms
        
- 81
 - 4
 
                    2
                    
            votes
                
                0 answers
            
        GenieBuilder, no-code editer can not open
I want to use Julia's GenieBuilder to create a web application. The GenieBuilder service has been successfully started in vscode, but after the app is created, the codeless mode cannot be opened. Julia's version is 1.8.5
After I click the…
        
        Xiaofeng
        
- 33
 - 3
 
                    2
                    
            votes
                
                1 answer
            
        Page not found when launching Genie app in Julia
In R we may use Shiny and in python we could use Streamlit. It seems that in Julia we could use the Genie framework to create web applications. When I am trying to run a simple app, the app doesn't work with up(). I have the following script called…
        
        Quinten
        
- 35,235
 - 5
 - 20
 - 53
 
                    2
                    
            votes
                
                1 answer
            
        How to store images in SQLite database in Julia?
I am using Searchlight in Genie Julia framework. How to store a image in SQLite database?
        
        Ritu Lahkar
        
- 407
 - 1
 - 8
 
                    2
                    
            votes
                
                1 answer
            
        Error connecting a MySQL database in Genie.jl
I am following along with this tutorial: https://genieframework.com/docs/tutorials/Developing-MVC-Web-Apps.html#connectingtothedatabase and have selected a MySQL database. When I go to connect the database, I get the following env error:
julia>…
        
        logankilpatrick
        
- 13,148
 - 7
 - 44
 - 125
 
                    2
                    
            votes
                
                1 answer
            
        How to install the Genie Package in julia 1.6.2?
I am trying to install Genie Package on Julia 1.6.2 on CentOS Linux release 7.7.1908 (Core).
But, getting the following error.  Please guide me in resolving the Genie installation issue!
logs:
    [root@srvr0 ~]# julia
                   _
       _ …
        
        AVA
        
- 2,474
 - 2
 - 26
 - 41
 
                    1
                    
            vote
                
                1 answer
            
        How to setup SSL certificate for Genie.jl app
I have developed a simple webpage using Genie.jl. I am trying to deploy it in the internet using hostname from noip. I applied port forwarding and tried deploying without SSL certificate and it worked. Is there a way to deploy Genie.jl app using SSL…
        
        SpatialFuel
        
- 23
 - 2
 
                    1
                    
            vote
                
                1 answer
            
        Unable to get Genie.jl webpage on another local computer
I am trying to create a webpage on headless raspberry pi using Julia's Genie framework. I tried running these simple commands link. I ran the commands by connecting to raspberry pi via SSH. Being a headless raspberry pi i.e. no keyboard, mouse and…
        
        SpatialFuel
        
- 23
 - 2
 
                    1
                    
            vote
                
                1 answer
            
        Julia can't precompile Genie.jl
I'm on Ubuntu and would like to use Genie.jl but I can't even get Genie to precompile.
It's also not the only error message I get. By just running "using Genie" gives me the following:
ERROR: LoadError: LoadError: syntax: invalid keyword argument…
        
        lazy pianist
        
- 21
 - 2
 
                    1
                    
            vote
                
                1 answer
            
        Why is Genie routes.jl read only?
I'm creating an MVC app, following the tutorial. I noticed that the routes.jl file is a read-only file. Why is that so? Shouldn't it be writable, because we need to change it by adding more routes?
The same question applies to files like…
        
        Nav
        
- 19,885
 - 27
 - 92
 - 135
 
                    1
                    
            vote
                
                1 answer
            
        Julia set data from DataFrames to JSON
related post: DataFrames to Database tables
Indeed, my plan is data passing from DataFrame to json. I am trying to use Genie frame work and Genie.json, the sample data is as following,
Row  │ id     name   address      age      sex    
     │ Int64 …
        
        onoke
        
- 79
 - 6