Giter Site home page Giter Site logo

olayufku's Introduction

Olay Ufku

Olay Ufku is a schema registry for BigQuery.

Installation & Running

You need Erlang & Elixir installed on your system. Minimal Erlang/OTP version should be 18.0.0. Minimal Elixir version should be 1.4 or greater. You can install Elixir via:

$ brew install elixir

After installing Elixir you need to update hex package management:

$ mix local.hex

After that you need to fetch Phoenix framework tooling:

$ mix archive.install https://github.com/phoenixframework/archives/raw/master/phx_new.ez

Fetch the dependencies inside the directory:

$ mix deps.get

Export related environment variables:

$ export SECRET_KEY_BASE=SomeStringThatIsLong # Optional
$ export GCP_PROJECT=gcp-project-id
$ export GOOGLE_APPLICATION_CREDENTIALS=/path/to/credentials.json

Run the server:

$ mix phx.server

Now you can visit localhost:4000 from your browser.

What does "Olay Ufku" means?

"Olay Ufku" is Turkish translation of term "Event Horizon" which ain't a direct borrow from Quantum Mechanics but Ray Kurzweil's Singularity definition.

To me, the concept of the Singularity as a “wall” implies a period of infinite change, that is, a mathematical Singularity. If there is a point in time in which change is infinite, then there is an inherent barrier in looking beyond this point in time. It becomes as impenetrable as the event horizon of a black hole in space, in which the density of matter and energy is infinite.

– Ray Kurzweil

olayufku's People

Contributors

vertexclique avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

olayufku's Issues

compilation errors

Hello, this looks like an interesting project. There is definitely a need for a bigquery schema registry. I wanted to check it out, but I cannot get passed the 1st step! I'm on a mac and installed elixir with brew.

elixir -v
Erlang/OTP 21 [erts-10.3.2] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1] [hipe] [dtrace]

Elixir 1.8.1 (compiled with Erlang/OTP 21)

I should say that I have absolutely no erlang experience:

mix local.hex
** (FunctionClauseError) no function clause matching in IO.chardata_to_string/1

    The following arguments were given to IO.chardata_to_string/1:

        # 1
        nil

    Attempted function clauses (showing 2 out of 2):

        def chardata_to_string(string) when is_binary(string)
        def chardata_to_string(list) when is_list(list)

    (elixir) lib/io.ex:461: IO.chardata_to_string/1
    (elixir) lib/path.ex:677: Path.expand_home/1
    (elixir) lib/path.ex:154: Path.expand/1
    (stdlib) erl_eval.erl:680: :erl_eval.do_apply/6
    (stdlib) erl_eval.erl:888: :erl_eval.expr_list/6
    (stdlib) erl_eval.erl:411: :erl_eval.expr/5
    (stdlib) erl_eval.erl:888: :erl_eval.expr_list/6
    (stdlib) erl_eval.erl:240: :erl_eval.expr/5

I'm probably missing something and I am looking for pointers. Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.