Coder Social home page Coder Social logo

ark_db's Introduction

ARK database

This project contains a SQL file for a consept relational database to store data for the game ARK: Survival Evolved.

As the amount of Dinos, Tools and Armor increased there was a need to look up owned items and sort them based on their attributes. Since the data has a lot of relationships, relational databases works well for this task.

A problem with working with the database directly is that it takes some time to insert data, so later a script written in Python was used instead.

Things that could be expanded upon for this project:

  • New tables and attributes:
    • Parents of Dinos
      • Useful for finding the tamed and not bred dinos
        • The tamed dinos carry over some stats gained by giving them Mutagen to their offspring.
      • Useful for generating family trees
    • Player ownership if in multiplayer or on a local multiplayer.
  • Connecting the database to a webpage or program
    • Making available a GUI or tools to more easily insert data.

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.