avalanche123 / cassandra-web

A web interface for Apache Cassandra
http://avalanche123.com/cassandra-web/
MIT License
135 stars 52 forks source link

Open Source License? #9

Closed bskarda closed 4 years ago

bskarda commented 6 years ago

It would be great if this project was formally open sourced by adding a license to the repository. That would open up use of the project to a lot of organizations and end users. Without a license it's unclear how users are allowed to consume the source of this project.

Here's some more information from Github on choosing a license https://help.github.com/articles/licensing-a-repository/

bmrobin commented 5 years ago

seconded, really love the tool and would love to have the ability to officially/legally integrate this into an existing webapp of mine

avikivity commented 4 years ago

I'm also interested in integrating this into https://guthub.com/scylladb/scylla.

avalanche123 commented 4 years ago

If someone can send MIT license PR, I’ll take it

bmrobin commented 4 years ago

here ya go https://github.com/avalanche123/cassandra-web/pull/28

avalanche123 commented 4 years ago

Thanks!

ned-kelly commented 2 years ago

@avikivity - I tried getting it going with scylladb but I kept seeing: `

Cassandra::Cluster::Schema::CQLTypeParser::IncompleteTypeError: unable to lookup type "duration"

I'd be keen to use this with it, if you want me to raise this in the scylladb git repo?

avikivity commented 2 years ago

This is probably a driver error. What driver are you using? Maybe you're using an outdated version?

bmrobin commented 2 years ago

@avikivity @ned-kelly can you move this to a separate issue for discussion?